Ticket #6918 (closed bug: fixed)
clicking slider not firing change event on other elements
| Reported by: | MrWillihog | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8.9 |
| Component: | ui.slider | Version: | 1.8.9 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In a simple test with 1 input box and 1 slider, a change event on the input box will not get fired when you click the slider directly after changing the input text.
Using the standard javascript onchange works, but the jQuery .change() does not.
Change History
Note: See
TracTickets for help on using
tickets.


The problem is that we set focus to the handle on mousedown. See http://bugs.jquery.com/ticket/8148 for the underlying bug.