Skip to main content

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.

http://jsbin.com/alife4

Attachments (0)
Change History (3)

Changed February 02, 2011 08:11PM UTC by scottgonzalez comment:1

status: newopen

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

Changed April 26, 2011 12:25AM UTC by scottgonzalez comment:2

milestone: 1.91.8.9
resolution: → fixed
status: openclosed

This is fixed in jQuery 1.5.2.

Changed May 02, 2011 12:33PM UTC by scottgonzalez comment:3

#7307 is a duplicate of this ticket.