Skip to main content

Search and Top Navigation

#4558 closed bug (notabug)

Opened May 28, 2009 12:04AM UTC

Closed June 02, 2009 12:33PM UTC

Last modified October 11, 2012 09:15PM UTC

custom handle class doesn't work

Reported by: kape Owned by:
Priority: minor Milestone:
Component: ui.slider Version: 1.6
Keywords: handle class Cc:
Blocked by: Blocking:
Description

I was using jQuery UI 1.5.3 and after I upgraded to 1.6 some of my sliders are not working properly. To be more specific, once I let go of the slider handle after moving it, it still moves with the mouse, even though my mouse button is not pressed anymore.

It seems that if I used a different handle than the default, the above issue occurs. So

$('#someId').slider(); works fine, but $('#someId').slider({ handle: '.someHandleClass' }); doesn't.

Attachments (0)
Change History (2)

Changed June 02, 2009 12:33PM UTC by jzaefferer comment:1

resolution: → invalid
status: newclosed

The handle-option was removed in the 1.5, 1.6rc2 refactoring (see http://wiki.jqueryui.com/Slider). Therefore its very likeley that the issue is lying somewhere else. If you need further help, please post to the jquery-ui list first: http://groups.google.com/group/jquery-ui

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted