Search and Top Navigation
#3538 closed bug (fixed)
Opened November 03, 2008 08:55PM UTC
Closed December 30, 2008 03:01PM UTC
Last modified October 11, 2012 09:15PM UTC
Sortable elements not staying inside container
Reported by: | Kickboy | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.sortable | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Originally Posted to jQuery-UI Groups.
Test case: http://cacrew.net/jquery-ui.bug.html
The sortable elements are being stuck to the left side of the page during the sorting. They obviously are being pushed out of the container. The strange part is the behavior is as expected on WebKit browsers.
Browser Test Results...
Fails On:
Internet Explorer 7
Opera 9.62
Firefox 3.0.3
Works Fine On:
Google Chrome 0.3.154.9
Safari 3.1.2 (525.21)
Hopefully there is a simple solution to this bug.
Fixed in r1325 by not accounting margins in containment anymore.