Skip to main content

Search and Top Navigation

#4485 closed bug (fixed)

Opened April 18, 2009 07:05AM UTC

Closed February 28, 2013 06:36PM UTC

Last modified February 28, 2013 06:36PM UTC

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

1. Drag the first portlet in the last column to below all portlets in the first column.

2. 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)
  • portlets.png (24.2 KB) - added by verifier April 18, 2009 07:06AM UTC.

    Screenshot

Change History (8)

Changed May 07, 2009 11:07AM UTC by jzaefferer comment:1

milestone: TBD1.7.2

Changed May 07, 2009 01:24PM UTC by jzaefferer comment:2

milestone: 1.7.21.8

Changed May 16, 2011 05:21PM UTC by silesianlordt comment:3

_comment0: https://github.com/jquery/jquery-ui/pull/2891305568197058103

Changed October 11, 2012 02:54PM UTC by scottgonzalez comment:4

milestone: 1.9.02.0.0

Changed October 25, 2012 01:08AM UTC by petersendidit comment:5

status: newopen
summary: Portlet demo is buggySortable: Portlet demo is buggy

Changed February 28, 2013 03:37AM UTC by tj.vantoll comment:6

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?

Changed February 28, 2013 06:36PM UTC by TJ VanToll comment:7

resolution: → fixed
status: openclosed

Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet demo is buggy.

Changeset: 8655d91ac68538c37da4d94ecc287df8c90a96ae

Changed February 28, 2013 06:36PM UTC by scottgonzalez comment:8

milestone: 2.0.01.10.2