Opened 15 years ago
Closed 13 years ago
#2825 closed bug (invalid)
[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.
Change History (6)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
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...
comment:3 Changed 15 years ago by
Summary: | Bug on click event, Slider UI Component → [slider] Bug on click event, Slider UI Component |
---|
comment:4 Changed 15 years ago by
No progress on this ? This is quite annoying, bug is very easy to fix, i already suggested how...
comment:5 Changed 15 years ago by
Ok, code was updated but none posted here about bug been solved. So we should close this bug.
comment:6 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
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.