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 comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed May 09, 2008 03:53PM UTC by comment:2
resolution: | invalid |
---|---|
status: | closed → reopened |
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 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 comment:5
component: | ui.core → ui.slider |
---|---|
milestone: | → 1.5 |
version: | 1.2.3 → 1.5b4 |
Changed May 27, 2008 06:41PM UTC by comment:6
resolution: | → fixed |
---|---|
status: | reopened → closed |
This should work fine now.
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.