Skip to main content

Bug Tracker

Side navigation

#1035 closed bug (wontfix)

Opened March 09, 2007 06:52PM UTC

Closed March 31, 2008 02:13AM UTC

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

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)
  • test.html (0.8 KB) - added by rlr March 09, 2007 06:53PM UTC.

    Test File to reproduce bug

Change History (1)

Changed March 31, 2008 02:13AM UTC by scott.gonzal comment:1

description: 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.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.
need: → Review
resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.