Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 5 years ago by imagis
- Status changed from closed to reopened
- Resolution invalid deleted
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 5 years ago by joern
- Summary changed from Bug on click event, Slider UI Component to [slider] Bug on click event, Slider UI Component
comment:4 Changed 5 years ago by imagis
No progress on this ? This is quite annoying, bug is very easy to fix, i already suggested how...
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.