To much recursion in slider
Hi Folks,
Right I couldn't wait until sunday as I was about to start using the
old interface plugin for slider today...until I read about 1.2 and ui
being release on Sunday.
I have just checked out the full trunk of jquery with all the plugins
etc.
Using the slider demo trunk/plugins/ui/demos/ui.slider.html
Slider works as a slider, but if you click along the slider to make
the slider jump to that position i get 3 "too much recursion"
errors...my CPU jumps through the roof as well.
Here are the errors firebug gives me.
too much recursion [Break on this error] val =
jQuery.event.handle.apply(element, arguments); event.js (line 55)
too much recursion [Break on this error] val =
jQuery.event.handle.apply(element, arguments); event.js (line 55)
too much recursion [Break on this error] $
(that.element).triggerHandler("slide", [e,
that.prepareCallbackObj(this,m)],... ui.slider.js (line 254)
Cheers
John