Side navigation
#2896 closed bug (invalid)
Opened May 19, 2008 01:56PM UTC
Closed July 11, 2010 06:51PM UTC
Last modified March 14, 2012 09:40PM UTC
ie sortable, incorrect helper position, when page scrolled down
Reported by: | Shedar | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | sortable ie | Cc: | |
Blocked by: | Blocking: |
Description
In ie 6.0 helper position is incorrect when page is scrolled down. Even on ui demos http://ui.jquery.com/repository/real-world/layout/
[[Image(http://shedar.info/img/sortable.jpg)]]
Attachments (0)
Change History (3)
Changed May 20, 2008 08:35PM UTC by comment:1
Changed August 29, 2008 01:41PM UTC by comment:2
This is also true in IE7 and the workaround does not work.
Changed July 11, 2010 06:51PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
This should be filed in the UI bug tracker if still relevant.
A working workaround is to apply 'position:relative' to where the helper is being appended to, in this case 'body'. This obviously may affect absolute positioning you have elsewhere on the page, so use with caution.