#2984 closed bug (notabug)
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.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | sortable.html added |
---|
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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!
comment:2 Changed 15 years ago by
Milestone: | 1.5 → 1.5.1 |
---|
comment:3 Changed 15 years ago by
Milestone: | 1.5.1 |
---|
Note: See
TracTickets for help on using
tickets.
Demo of the problem senario