Search and Top Navigation
#2896 closed bug (fixed)
Opened May 19, 2008 01:56PM UTC
Closed May 26, 2008 07:06PM UTC
Last modified February 26, 2009 12:09PM UTC
ie sortable, incorrect helper position, when page scrolled down
| Reported by: | Shedar | Owned by: | paul |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | ui.sortable | Version: | 1.5b4 |
| 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 (5)
Changed May 20, 2008 08:35PM UTC by comment:1
Changed May 24, 2008 03:39AM UTC by comment:2
| milestone: | 1.2.4 |
|---|
Milestone 1.2.4 deleted
Changed May 24, 2008 04:17PM UTC by comment:3
| component: | ui.core → ui.sortable |
|---|---|
| version: | 1.2.3 → 1.5b4 |
Changed May 26, 2008 07:06PM UTC by comment:4
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Changed February 26, 2009 12:09PM UTC by comment:5
| milestone: | → 1.5 |
|---|
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.