jQWidgets Forums

jQuery UI Widgets Forums Lists DropDownList DropDownList inside DropDownButton in IE7

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • yucheng.qian
    Participant

    Hi,

    There’s a display issue in IE7, when there’s a DropDownList inside a DropDownButton. When the DropDownList opens, the list is actually behind the DropDownButton. Codes:

    HTML:
    <div id=”jqx_dropdownbutton”>
    <div style=”background-color: red”>
    <div id=”jqx_dropdownlist” />
    </div>
    </div>

    JS:
    $(“#jqx_dropdownlist”).jqxDropDownList({
    theme: “”,
    width: 200,
    height: 24,
    source: [“Group 1”, “Group 2”],
    selectedIndex: 0,
    animationType: “fade”,
    autoDropDownHeight: true
    });
    $(“#jqx_dropdownbutton”).jqxDropDownButton({
    theme: “”,
    width: 150,
    height: 24,
    animationType: “fade”
    });
    $(“#jqx_dropdownbutton”).jqxDropDownButton(“setContent”, “Change Group”);

    The issue is not seen in IE8 or IE9.

    Please advise. Thanks!

    Yucheng


    Peter Stoev
    Keymaster

    Hi Yucheng,

    Thank you for the feedback. We will investigate the reported behavior. If we reproduce it, we will do our best to resolve it for the next update of jQWidgets.

    Best Wishes,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.