#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)
Change History (8)
Changed 13 years ago by
Attachment: | test-button-events.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 13 years ago by
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
Priority: | critical → blocker |
---|
comment:4 Changed 13 years ago by
Owner: | set to rdworth |
---|---|
Status: | new → assigned |
comment:7 Changed 12 years ago by
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.
Note: See
TracTickets for help on using
tickets.
.button() change event test