id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
10717	A triggered load bubbles up to window	Boldewyn	dmethvin	"Consider this JSFiddle:

http://jsfiddle.net/Ytzd9/

A function is bound via $(window).load(). Then the load event is triggered on an external resource element (in this case an image):

$('img#foo').trigger(load);

* Actual output:
The load event bubbles up from the image to the window object.

* Expected output:
The event should not bubble. Native load events on images, iframes, ... don't bubble to the parent window, too.
"	bug	closed	low	1.7.1	event	1.7	fixed				
