Scrolling div messes up the dropdown menus

Last post 05-18-2006, 12:57 PM by lharris. 8 replies.
Sort Posts: Previous Next
  •  05-16-2006, 4:14 AM 19179

    Scrolling div messes up the dropdown menus

    I've added the cuteeditor to a custom control and i am having some problems and javascript errors.  Everything loads up fine and my custom buttons work. However alot of the cute editor buttons are not working now and the filespath and all the settings are correct as i am using the same settings in another location within my application where it is not in a custom control. Here are the symptoms.
     
     
    javascript errors
     
    '_charDialogFeature' is undefined
    '_anchorDialogFeature' is undefined
    and some others
     
     Dropdown menu is not working
     
    Any clue to why this might be happening is apprieciated..
     
    David
  •  05-16-2006, 8:42 AM 19188 in reply to 19179

    Re: Javascripts failing in custom control

    ok fixed the javascript problems but the dropdown list still opens up in various locations.
  •  05-18-2006, 3:45 AM 19266 in reply to 19188

    Re: Javascripts failing in custom control

    do you have any ideas on the dropdown list.
     
     
  •  05-18-2006, 5:08 AM 19268 in reply to 19266

    Re: Javascripts failing in custom control

    The dropdown boxes are not positioned properly.
    Here is the code that causes it.  just past it between the Form tags
     
    <table width=100px height=600px><tr><td>
            <div style="OVERFLOW: auto; height=600px"><div>1<br>
                            <ce:editor id="Editor3" runat="server"></ce:editor>
                            2<br>
                            <ce:Editor id="Editor1" runat="server"></ce:Editor>
                            3<br>
                            <ce:Editor id="Editor2" runat="server"></ce:Editor>
                            4<br>
                            <ce:Editor id="Editor4" runat="server"></ce:Editor>
                            5<br>
                            6<br>
                            <ce:Editor id="Editor5" runat="server"></ce:Editor>
                            7<br>
                            <ce:Editor id="Editor6" runat="server"></ce:Editor>
                            8<br>
                            <ce:Editor id="Editor7" runat="server"></ce:Editor>
                            9<br>
                            10<br>
                            <ce:Editor id="Editor8" runat="server"></ce:Editor>
             </div></div></td></tr>
    </table>
     
    I need the scroll functionality.. but how do i fix the dropdown boxes?
  •  05-18-2006, 12:29 PM 19278 in reply to 19268

    Re: Javascripts failing in custom control

     
    I have a similar issue with the drop downs, see below:
     
     
     
    Thanks
     
    Lee
     

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
  •  05-18-2006, 12:29 PM 19279 in reply to 19268

    Re: Javascripts failing in custom control

     
    I have a similar issue with the drop downs, see below:
     
     
     
    Thanks
     
    Lee
     

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
  •  05-18-2006, 12:32 PM 19280 in reply to 19279

    Re: Javascripts failing in custom control

  •  05-18-2006, 12:43 PM 19282 in reply to 19280

    Re: Javascripts failing in custom control

    Fix is to remove this line of HTML code:
     
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     
     
     

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
  •  05-18-2006, 12:57 PM 19284 in reply to 19282

    Re: Javascripts failing in custom control

     
    The fix for my issue was solved in this post http://cutesoft.net/forums/19299/ShowPost.aspx

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
View as RSS news feed in XML