Ticket #808 (new defect)
Fix usage of addEventlistener
| Reported by: | guest | Owned by: | mokhet |
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.0 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | major | Keywords: | |
| Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
