#4551 closed bug (notabug)
Sortable connectWith fails if item is floated
Reported by: | dhlavaty | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.sortable | Version: | 1.7.1 |
Keywords: | float connectwith | Cc: | |
Blocked by: | Blocking: |
Description
Connecting one sortable to another not working if item is floated (like in 'Display as Grid' demo).
It is working only in IE7. But not working in Firefox, Chrome, Opera.
Attachments (2)
Change History (9)
Changed 14 years ago by
Attachment: | connectWith-and-float-bug.html added |
---|
comment:1 Changed 14 years ago by
Milestone: | 1.7.2 → 1.8 |
---|---|
Priority: | blocker → critical |
Changed 14 years ago by
This seems to resolve the issue in Firefox and Chrome.
comment:4 Changed 12 years ago by
Milestone: | 1.8 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
It turns out this test case was invalid. The sortable items had float:left but the sortable containers did not, giving them no height. The fix is a css one, set float:left on the sortable containers as well as the sortable items.
comment:6 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Reverted from 1-8-stable in c205fbc
Note: See
TracTickets for help on using
tickets.
connectWith and float bug works only in IE