#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: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 12 years ago by
Status: | new → open |
---|
comment:2 Changed 12 years ago by
Milestone: | 1.9 → 1.8.9 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
This is fixed in jQuery 1.5.2.
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.