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)
Change History (2)
Changed 13 years ago by
comment:1 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Example code