#8389 closed bug (cantfix)
Live events triggered on disabled input fields do not get fired in jQuery 1.5. Works in 1.4.x.
Reported by: | tectonic | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
An example: http://jsfiddle.net/wnLB3/1/
Change History (5)
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Sorry i meant to leave this open for your input.
comment:3 Changed 13 years ago by
Yes, it seems like custom events should be triggerable on disabled elements.
comment:4 Changed 13 years ago by
Resolution: | → cantfix |
---|---|
Status: | reopened → closed |
We can't make events fire consistently cross-browser on disabled elements, so we're going to leave this as is.
Note: See
TracTickets for help on using
tickets.
Yes, we fixed that because it was a bug. See #6911. Are you wanting to trigger custom events on disabled inputs?