Login | Forgot password | Register

X

What is OpenID?

OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.

With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.

For more information visit the official OpenID site.

Jump to:

17478 Posts in 4473 Topics by 1972 members

Archive

SilverStripe Forums » Archive » User Form editor & screen size

Our old forums are still available as a read-only archive.

Page: 1
Go to End
Author Topic: User Form editor & screen size 1265 Views
  • Fuzz10
    avatar
    Community Member
    760 posts

    User Form editor & screen size Link to this post

    When creating a long form the grey bar ("email submission to : etc. etc.") obstructs the lower form elements. See screenshot.

  • Flowz0r
    avatar
    Community Member
    17 posts

    Re: User Form editor & screen size Link to this post

    I'm giving this thread a shameless bump, because i'm having the same issue with my long forms. It's a bit surprising that this isn't fixed after more than a year.

    I've tried digging into the CSS files of the editor (because i think it's CSS related). Firefox displays the form editor correctly actually, but IE7 (and possible earlier versions) are giving trouble with long forms in the backend editor.

    Has anyone tried to solve this or actually found the culprit that's causing this...?

    Edit:
    I've found a temporary solution:
    In sapphire\css\FieldEditor.css, uncomment overflow-y:scroll at:

       div.FieldEditor div.FieldList {
          background-color: white;
          border-bottom: 1px solid #CCCCCC;
          border-top: 1px solid #CCCCCC;
          height: 75%;
          overflow-y: scroll;
       }

    And in the same file, comment out position:relative at:

    #right #Form_EditForm div.EditableMultiOptionFormField div.FieldDefault ul.EditableDropdownOptions {
       border: solid 1px #7F9DB9;
       /* IE */
       margin: 0px;
       /* display: none; */
       display: block;
       /* position: relative; */
    }

    Not the best solution there is, it adds a scroll bar to the editable fieldlist which expands and contracts correctly in IE7. Firefox works like it's supposed to, no changes there i've seen this far with this solution.

    I hope this helps some people. If anyone finds a better solution, don't hesitate and post it here please!

  • OnebyOne
    avatar
    Community Member
    52 posts

    Re: User Form editor & screen size Link to this post

    i have the same problem in IE

    The problem doesn't appear in FF 3.0

    1265 Views
Page: 1
Go to Top

Currently Online: sparkalow, davidm2010, Hamish, Euphemismus, mattman, PatJnr

Welcome to our latest member: svenmagnus

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.