Search and Top Navigation
#2984 closed bug (notabug)
Opened June 09, 2008 07:00PM UTC
Closed June 16, 2008 08:02PM UTC
Last modified June 26, 2008 07:10PM UTC
Sortables inside fieldsets inside sortables in IE
Reported by: | anonymous | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.sortable | Version: | 1.5rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Having sortables inside sortables causes display corruption if the inner sortables are contained within a fieldset element. This problem only manifests in Internet Explorer, FireFox seems to be immune.
For example, if you have a sortable list wher eeach LI contains a fieldset, and if that fieldset contains its own sortable ul, the result is display corruption in IE when you attempt to drag the outer sortables. The inner sortables jump out of their container.
IE only issue, not related to sortable. However easy fix: add a style tag for fieldset, and change the position of the fieldsets to relative - that will resolve your issue!