Opened 9 years ago
Closed 9 years ago
#13152 closed bug (notabug)
DropDowns don't work in Firefox 17 when are inside a sortable ul.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
How to reproduce:
In the default example for sortable: jquery-ui-1.9.2.custom\jquery-ui-1.9.2.custom\development-bundle\demos\sortable\default.html
change first li item to
<li class="ui-state-default"><select><option value="1">1</option><option value="2">2</option></select>Item 1</li>
The select options will not appear(as if the dropdown is disabled)
Note: See
TracTickets for help on using
tickets.
I'd suggest you start by asking for help on a forum to be sure it isn't a problem with your own code. If there is a bug that requires jQuery UI to repro it should be reported on the bugs.jqueryui.com tracker with a complete test case, not just code snippets.