Could you add a ticket for this, ideally with a minimal test page attached:
http://dev.jqueryui.com/newticket (note: requires registration)

Thanks.

- Richard

On Fri, Aug 28, 2009 at 2:37 AM, mario <[email protected]> wrote:

>
> If the slider is "position:fixed;" and you scroll the page with the
> slider. _normValueFromMouse gets more and more out of sync. But if you
> "add this.elementOffset = this.element.offset();" to the top of the
> function it fixes the problem.
> The long term solution would be to check at the start if the slider is
> fixed or in a fixed element and if so to not relay on
> this.elementOffset but to use this.element.offset(), which is slower
> of course.
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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