Search and Top Navigation
#6918 closed bug (fixed)
Opened January 31, 2011 10:06AM UTC
Closed April 26, 2011 12:25AM UTC
Last modified May 02, 2011 12:33PM UTC
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.
The problem is that we set focus to the handle on mousedown. See http://bugs.jquery.com/ticket/8148 for the underlying bug.