#2896 closed bug (fixed)
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/
Change History (5)
comment:1 Changed 15 years ago by
comment:3 Changed 15 years ago by
Component: | ui.core → ui.sortable |
---|---|
Version: | 1.2.3 → 1.5b4 |
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 15 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
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.