Opened 16 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 (1)
Change History (2)
Changed 16 years ago by
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
need: | → Review |
Resolution: | → wontfix |
Status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.
Note: See
TracTickets for help on using
tickets.
Test File to reproduce bug