Modify ↓
Ticket #2896 (closed bug: invalid)
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: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.