Bug Tracker

Modify

Ticket #1122 (closed bug: wontfix)

Opened 6 years ago

Last modified 5 years ago

Interface Slider onChange bug

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

Description (last modified by scott.gonzal) (diff)

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!

Change History

comment:1 Changed 6 years ago by nhoizey

Same error with jQuery 1.1.3 and Interface 1.2

comment:2 Changed 5 years ago by kunzj

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); }

comment:3 Changed 5 years ago by scott.gonzal

  • Status changed from new to closed
  • Resolution set to wontfix
  • Description modified (diff)

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.