Side navigation
#8389 closed bug (cantfix)
Opened February 26, 2011 01:09AM UTC
Closed March 30, 2011 06:41PM UTC
Last modified March 14, 2012 01:26PM UTC
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/
Attachments (0)
Change History (5)
Changed February 26, 2011 03:52AM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed February 26, 2011 03:53AM UTC by comment:2
resolution: | worksforme |
---|---|
status: | closed → reopened |
Sorry i meant to leave this open for your input.
Changed February 26, 2011 05:15AM UTC by comment:3
Yes, it seems like custom events should be triggerable on disabled elements.
Changed March 30, 2011 06:41PM UTC by comment:4
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.
Yes, we fixed that because it was a bug. See #6911. Are you wanting to trigger custom events on disabled inputs?