Ticket #1315 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Xinha's _addEvent uses event capturing.

Reported by: douglas Owned by: douglas
Priority: normal Milestone: 0.96
Component: Xinha Core Version: trunk
Severity: normal Keywords:
Cc:

Description

The addEvent code attaches all events in firefox for the capturing phase. Since IE does not support the capture phase, this means that the event order is different in IE and Firefox.

Change History

Changed 5 years ago by douglas

r1099 Fixes this by using event bubbling in all browsers.

Changed 5 years ago by douglas

  • status changed from new to closed
  • resolution set to fixed

Changed 5 years ago by douglas

r1103 Fixes removal of events, as well...

Note: See TracTickets for help on using tickets.