Side navigation
#2825 closed bug (invalid)
Opened May 08, 2008 12:03PM UTC
Closed December 05, 2009 01:37AM UTC
[slider] Bug on click event, Slider UI Component
Reported by: | imagis | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
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 June 05, 2008 08:22AM UTC by comment:4
No progress on this ? This is quite annoying, bug is very easy to fix, i already suggested how...
Changed June 06, 2008 07:17AM UTC by comment:5
Ok, code was updated but none posted here about bug been solved. So we should close this bug.
Changed December 05, 2009 01:37AM UTC by comment:6
resolution: | → invalid |
---|---|
status: | reopened → closed |
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.