Opened 15 years ago
Closed 15 years ago
#2825 closed bug (fixed)
[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.
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:5 Changed 15 years ago by
Component: | ui.core → ui.slider |
---|---|
Milestone: | → 1.5 |
Version: | 1.2.3 → 1.5b4 |
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
This should work fine now.
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.