Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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)

sortable.html (1.4 KB) - added by gordon 15 years ago.
Demo of the problem senario

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by gordon

Attachment: sortable.html added

Demo of the problem senario

comment:1 Changed 15 years ago by paul

Resolution: invalid
Status: newclosed

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 paul

Milestone: 1.51.5.1

comment:3 Changed 15 years ago by paul

Milestone: 1.5.1
Note: See TracTickets for help on using tickets.