Hi Colin. This recent thread might be of interest to you. I've been
trying to keep it alive long enough for someone to fix the dragging
offset bugs.

http://groups.google.com/group/jquery-ui/browse_thread/thread/ff478ceb32284750

JR



On Oct 21, 2:30 am, electronstream <[EMAIL PROTECTED]> wrote:
> Hi
>
> Can anyone make any suggestions regarding the following problem which
> only happens in IE and not in FF, Chrome etc.
>
> Synopsis:
>
> I have a page that has a header (+- 120px in height) followed by 2
> main divs  (content and right bar). The right bar contains user
> 'tools' one of which is a favorites container. The search page
> contains a list or results each and each result has a small icon which
> can be dragged into the favorites container. The search page is set to
> return 20 results per page which will cause the page to scroll.
>
> Problem:
>
> If a user drags the first result 'drag' icon the icon appears under
> the mouse cursor and can be dropped perfectly. If a user scrolls the
> page to the last result and drags the 'drag' image the drag icon
> appears at an offset to the mouse cursor that is equal to the scroll
> offset of the document. The drop is detected perfectly when
> positioning the mouse cursor in the favorites drop area but at this
> point the drag icon is still at the offset.
>
> I am setting up the draggable as follows:
>
> $(".searchResultDraggable").draggable({helper: 'clone', zIndex :
> '99999', scroll : 'false',start: prepareDragToFavorites, appendTo :
> 'body', cursor : 'pointer'});
>
> Is there anyway to force the drag icon to always appear under the
> mouse cursor in IE? The page scrolls perfectly but the icon remains
> offset if the initial page had been scrolled.
>
> Thanks
> Colin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to