Skip to main content

Search and Top Navigation

#2825 closed bug (fixed)

Opened May 08, 2008 12:03PM UTC

Closed May 27, 2008 06:41PM UTC

[slider] Bug on click event, Slider UI Component

Reported by: imagis Owned by: paul
Priority: major Milestone: 1.5
Component: ui.slider Version: 1.5b4
Keywords: Cc:
Blocked by: Blocking:
Description

Hello,

On line 231 of ui.slider.js the last param for moveTo should be set to false. Otherwise, having this setting to true would have event propagate.

Attachments (0)
Change History (6)

Changed May 08, 2008 05:33PM UTC by paul comment:1

resolution: → invalid
status: newclosed

Um, but why? It should propagate, that's why it's not set to false - it's only set to false if distance is set to 0, and therefore the drag calls the propagation.

Changed May 09, 2008 03:53PM UTC by imagis comment:2

resolution: invalid
status: closedreopened

Please see this:

http://www.nabble.com/Click-on-slider-doesn't-call-any-callback-td16743049s27240.html

Bug is related to clicking on slider...

Changed May 09, 2008 06:09PM UTC by joern comment:3

summary: Bug on click event, Slider UI Component[slider] Bug on click event, Slider UI Component

Changed May 24, 2008 03:39AM UTC by comment:4

milestone: 1.2.4

Milestone 1.2.4 deleted

Changed May 24, 2008 03:47AM UTC by paul comment:5

component: ui.coreui.slider
milestone: → 1.5
version: 1.2.31.5b4

Changed May 27, 2008 06:41PM UTC by paul comment:6

resolution: → fixed
status: reopenedclosed

This should work fine now.