#4485 closed bug (fixed)
Sortable: Portlet demo is buggy
Reported by: | verifier | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.2 |
Component: | ui.sortable | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've just tried the portlet demo: http://jqueryui.com/demos/sortable/#portlets
- Drag the first portlet in the last column to below all portlets in the first column.
- That will make the second portlet in the last column move to the third position (and therefore also produce one empty block in the second column) in the middle column.
The bug is #2, since I haven't touched that portlet, was just doing #1. After that, it's impossible to move anything to the third column.
Attachments (1)
Change History (9)
Changed 14 years ago by
Attachment: | portlets.png added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7.2 |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.7.2 → 1.8 |
---|
comment:3 Changed 12 years ago by
comment:4 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:5 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Portlet demo is buggy → Sortable: Portlet demo is buggy |
comment:6 Changed 11 years ago by
I would say that the plugin itself is working fine in the demo. Since the columns are floating they're going to clear when they run out of width.
I think a better showcase of the plugin would be to ditch the columns - http://jsfiddle.net/tj_vantoll/ERSzD/. That example works great in WebKit but is buggy in Firefox and Opera.
For now I say we put a min-width of 520px on the body - https://github.com/jquery/jquery-ui/pull/927. Thoughts?
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet demo is buggy.
Changeset: 8655d91ac68538c37da4d94ecc287df8c90a96ae
comment:8 Changed 11 years ago by
Milestone: | 2.0.0 → 1.10.2 |
---|
Screenshot