I've experienced the same issue, and discovered it had to do with having the list position inside a container styled with position: relative (or even position: absolute). Changing this to position: static (or removing it entirely) resolved the issue - but of course it affects the rest of my styling.
Still not sure exactly why it's doing it, as all other browsers I've tested work fine (IE 6, 7, 8, Chrome, Opera, and Safari). On Oct 6, 9:45 pm, kayluhb <[email protected]> wrote: > I'm having the same issue. Have you found a solution to this? > > On Sep 22, 8:26 pm, Otávio Augusto Soares <[email protected]> wrote: > > > Hi all. > > > I'm using jquery ui sortable and i'm enjoying it so much. However, im > > facing a trouble ONLY ON FIREFOX. > > > When i scroll down the page and try to move any box, the helper is > > shown in wrong top position. > > > It seems that the plugin did not calculate de scrollTop value, because > > the difference is exactaly this. > > > Have anyone ever faced this? > > > thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
