Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#5261 closed bug (fixed)

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)

test-button-events.html (984 bytes) - added by Wolfjourn 13 years ago.
.button() change event test

Download all attachments as: .zip

Change History (8)

Changed 13 years ago by Wolfjourn

Attachment: test-button-events.html added

.button() change event test

comment:1 Changed 13 years ago by Scott González

Milestone: TBD1.8

comment:2 Changed 13 years ago by Wolfjourn

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

comment:3 Changed 13 years ago by rdworth

Priority: criticalblocker

comment:4 Changed 13 years ago by rdworth

Owner: set to rdworth
Status: newassigned

comment:5 Changed 13 years ago by rdworth

Resolution: fixed
Status: assignedclosed

fixed in r3879

comment:6 Changed 13 years ago by rdworth

and r3880

comment:7 Changed 12 years ago by Reflexxion

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.

Last edited 12 years ago by Reflexxion (previous) (diff)
Note: See TracTickets for help on using tickets.