Opened 10 years ago
Closed 10 years ago
#8947 closed bug (notabug)
DropDowns don't work in Firefox 17 when are inside a sortable ul.
Reported by: | adela | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.sortable | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
How to Reproduce:
1.Download: http://jqueryui.com/resources/download/jquery-ui-1.9.2.custom.zip
2.Find the default example for sortable:
jquery-ui-1.9.2.custom\development-bundle\demos\sortable\default.html
- Replace first li item to:
<li><select><option value="1">1</option><option value="2">2</option></select>Item 1</li> (this is just to add a html select to the first item.)
- The dropdown options will not appear(as if the dropdown is disabled).
Note: See
TracTickets for help on using
tickets.
Don't use
.disableSelection()
.