I've opened a ticket here:
http://dev.jquery.com/ticket/3508 But I was hoping for any feedback on this soonest, as I have a live application that is affected by this that I need to patch. Here is a test case showing the problem: http://test1.scorpiondesign.com/LocalTest2.htm My take on this is that ui.draggable is getting offset parent, which in this case is the documentElement <html>. Calculating the offset uses the elem.getBoundingClientRect() function, which in IE6 and IE7 is returning wildly different results than it is in FF3 or Opera. So it seems to be an actual bug in the browser itself - perhaps requiring browser detection in the offset calculation? FF2, Chrome and Safari don't implement that function so I couldn't test it. Can anyone with more experience with offset calculations weigh in on this? JK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
