Bug Tracker

Opened 13 years ago

Closed 12 years ago

#5591 closed bug (worksforme)

Chrome event order is reversed

Reported by: namxam Owned by: brandon
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

When using the live() method to bind to an element's click event the order of events seems to be inverted for Chrome. All other browsers execute the bound code in the order of the bindings, just Chrome seems to inverse it and executes the last bound code first.

Attachments (1)

bug.html (1008 bytes) - added by namxam 13 years ago.
Example code

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by namxam

Attachment: bug.html added

Example code

comment:1 Changed 12 years ago by snover

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.