Skip to main content

Search and Top Navigation

#5261 closed bug (fixed)

Opened March 02, 2010 09:17PM UTC

Closed March 11, 2010 02:10AM UTC

Last modified April 05, 2011 02:43PM UTC

button change events don't fire in IE 7/8

Reported by: Wolfjourn Owned by: rdworth
Priority: blocker Milestone: 1.8
Component: ui.button Version: 1.8rc3
Keywords: button, change, IE Cc:
Blocked by: Blocking:
Description

Any change listeners bound to .button() elements are not triggered in Internet Explorer 7 or 8 using jQuery UI 1.8rc3. Please see the attached test case for examples.

Attachments (1)
Change History (7)

Changed March 03, 2010 01:12AM UTC by scottgonzalez comment:1

milestone: TBD1.8

Changed March 03, 2010 01:37AM UTC by Wolfjourn comment:2

I forgot to mention that this occurred with checkbox-backed buttons. I didn't test the behavior with other types of buttons.

Changed March 03, 2010 05:48PM UTC by rdworth comment:3

priority: criticalblocker

Changed March 10, 2010 05:57PM UTC by rdworth comment:4

owner: → rdworth
status: newassigned

Changed March 11, 2010 02:10AM UTC by rdworth comment:5

resolution: → fixed
status: assignedclosed

fixed in r3879

Changed March 11, 2010 02:14AM UTC by rdworth comment:6

and r3880

Changed April 05, 2011 02:43PM UTC by Reflexxion comment:7

_comment0: In 1.8.11 not working as described in the entry-post.1302084601433192

In 1.8.11 not working as described in the entry-post.

Edit: I just tried it in jsfiddle. It works. We use it with jq-tmpl.

I've found the problem. The checkbox got display:none by our css. using the ui-css it works.