Side navigation
#2130 closed bug (fixed)
Opened January 08, 2008 07:12PM UTC
Closed February 08, 2008 07:25PM UTC
UI.Slider breaking (even on demo page)
Reported by: | message144 | Owned by: | paul |
---|---|---|---|
Priority: | undecided | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | slider fatal undefined | Cc: | |
Blocked by: | Blocking: |
Description
This applies to JQuery UI 1.0 with JQuery 1.2.1 (Stable).
On line 286 of ui.slider.js:
$(this.element).triggerHandler("slidechange", [e, this.prepareCallbackObj(this.interaction)], o.change);
And on line 289 of ui.slider.js:
$(this.element).triggerHandler("slide", [e, this.prepareCallbackObj(this.interaction)], o.slide);
In both lines, the variable "e" is undefined. This is causing a fatal error in FireFox 2.0.0.11.
I suppose the solution could be to simply replace the e variable to true. This fix appears to have no side effects.
Attachments (0)
Change History (1)
Changed February 08, 2008 07:25PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
sorry, this will be fixed in 1.5b.