Modify ↓
Ticket #1035 (closed bug: wontfix)
Draggable bug on first drag in IE7
| Reported by: | rlr | Owned by: | stefan |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.1.3 |
| Component: | interface | Version: | 1.1.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by scott.gonzal) (diff)
It took me a while to figure out what exactly was causing the problem because all the examples on the interface site work fine but my implementation didn't. Well it all boiled down to this:
- Create a div to be dragged and specify its absolute position using bottom: instead of top:
- On the first drag, the draggable will go up somewhere else (higher than intended) when done dragging
This doesn't happen in Firefox though.
Attachments
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.


Test File to reproduce bug