id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
8165	.live('click', handler) fires on disabled buttons with child elements in Chrome	ms7821	dmethvin	"It's possible to receive events for a disabled <button> element as well as <input type=""button"">:

 http://jsfiddle.net/Fz2F3/ (jQuery 1.4.4)
 http://jsfiddle.net/Fz2F3/1/ (jQuery 1.5)

IE fires click for all of them, passing the button as the target and currentTarget. This was fixed in jQuery 1.5 in [http://bugs.jquery.com/ticket/6911].

Chrome fires only for the <button> with a child element, passing that as the target. However, currentTarget is set to the button, so changing target.disabled to currentTarget.disabled should extend the fix to include Chrome.

See also the first comment on http://forum.jquery.com/topic/live-inconsistency-with-disabled-buttons."	bug	closed	high	1.7.2	event	1.5	fixed		danheberden		
