Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


Example code