I was able to dig into this a bit more today; I added a couple of
alert()s to jquery-ui.js, and I think the problem is ultimately coming
from the call in moveTo, specifically the line:

   x = this._translateValue(x, "x");

just after the if statement:

   if(o.axis != "vertical" && x !== undefined)

x before this call is 5 (I hard-coded a startValue of "5" for all the
sliders for the purposes of debugging); after the call it is 0, and if
I am understanding things this is the target location to which the
handle will be moved in the subsequent o.animate() call.

Given the code I posted earlier and given this information, can anyone
pinpoint where exactly I have gone wrong?

Thanks -

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