#3538 closed bug (fixed)
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.
Note: See
TracTickets for help on using
tickets.
Fixed in r1325 by not accounting margins in containment anymore.