Skip to main content

Bug Tracker

Side navigation

#1122 closed bug (wontfix)

Opened April 13, 2007 12:22PM UTC

Closed March 31, 2008 01:36AM UTC

Interface Slider onChange bug

Reported by: skimber Owned by: stefan
Priority: major Milestone: 1.1.3
Component: interface Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:
Description

With the Interface "Slider" plugin, clicking somewhere on the slider, rather than dragging the handle, does NOT cause the onChange function to be run.

I've tried altering the example script on interface.eyecon.ro... just changing the onSlide's to onChange's and adding alert('hello');

Same problem, so I'm fairly sure it's a bug and not just my code!

Attachments (0)
Change History (3)

Changed July 03, 2007 05:09PM UTC by nhoizey comment:1

Same error with jQuery 1.1.3 and Interface 1.2

Changed December 06, 2007 08:59AM UTC by kunzj comment:2

Its thelast comma in ui.slider.js: Remove the last comma on line 31:

change: function(e, ui) { cur[0].value = ui.value; cur[0].setAttribute("value", ui.value); },

in

change: function(e, ui) { cur[0].value = ui.value; cur[0].setAttribute("value", ui.value); }

Changed March 31, 2008 01:36AM UTC by scott.gonzal comment:3

description: With the Interface "Slider" plugin, clicking somewhere on the slider, rather than dragging the handle, does NOT cause the onChange function to be run.\ \ I've tried altering the example script on interface.eyecon.ro... just changing the onSlide's to onChange's and adding alert('hello'); \ \ Same problem, so I'm fairly sure it's a bug and not just my code!With the Interface "Slider" plugin, clicking somewhere on the slider, rather than dragging the handle, does NOT cause the onChange function to be run. \ \ I've tried altering the example script on interface.eyecon.ro... just changing the onSlide's to onChange's and adding alert('hello'); \ \ Same problem, so I'm fairly sure it's a bug and not just my code!
resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.