Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by dhlavaty
-
attachment
connectWith-and-float-bug.html
added
comment:1 Changed 4 years ago by rdworth
- Priority changed from blocker to critical
- Milestone changed from 1.7.2 to 1.8
Changed 4 years ago by jlillywhite
-
attachment
patch.txt
added
This seems to resolve the issue in Firefox and Chrome.
comment:2 Changed 4 years ago by rdworth
- Status changed from new to closed
- Resolution set to fixed
Fixed in r2882
comment:4 Changed 2 years ago by rdworth
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone 1.8 deleted
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.
Note: See
TracTickets for help on using
tickets.


connectWith and float bug works only in IE