Search and Top Navigation
#8947 closed bug (notabug)
Opened January 04, 2013 04:06PM UTC
Closed January 04, 2013 04:10PM UTC
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
3. 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.)
4. The dropdown options will not appear(as if the dropdown is disabled).
Attachments (0)
Change History (1)
Changed January 04, 2013 04:10PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Don't use
.disableSelection()
.