id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
808	Fix usage of addEventlistener	guest	mokhet	"The DOM 2 Events Specification clearly states that capturing event listeners aren't fired on the target. Unfortunatly a bug in Gecko, existent since ever, makes capturing event listeners fire on the target. Currenlty Safari has fixed this behaviour, and Opera always had it well.
A event listener is set as capturing passing true as the third parameter to addEventlistener. See this
https://bugzilla.mozilla.org/show_bug.cgi?id=235441
So all calls to addEventlistener need to have false as third parameter instead.


"	defect	new	lowest	2.0	Xinha Core	trunk	major			
