Cloned helper far away from cursor in IE
Hi,
I have created a draggable with a helper that displays a text (helper:
function(event) {}).
In Firefox and Opera, the text is placed where I want it (cursorAt:
{ top: -12, left: -20 }), but in IE (8) it is far away from the
cursor. It seems like the calculation of the draggable's position
produces wrong figures, because the div lives in a table cell. I think
the behaviour is the same in earlier versions of IE.
I have a test site for JQuery:
-server: http://dev.secureoffice.net?site=JQUERYUI
- user: jquery@notvalid.com
- password: JQueryUI
To drag files and folders, drag the icon (in front of the filename)
into the tree in the left pane.
Edwin
--