Opened 13 years ago
Closed 12 years ago
#6247 closed bug (duplicate)
IE8 - live change event stops propogation to live click event
Reported by: | ddango | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | event | Version: | 1.4.2 |
Keywords: | live change click | Cc: | |
Blocked by: | Blocking: |
Description
What I have is two live events. One is a change, and one is a click. These events overlap on a specified element. When the element is changed, the live event fires correctly, but the execution stops there.
However, propagation through the rest of the page seems to remain intact, as binding the click explicitly ends up with the event firing.
Further adding confusion, binding the live("click") before the live("change") resolves the issue.
Attachments (1)
Change History (2)
Changed 13 years ago by
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #6505.
Note: See
TracTickets for help on using
tickets.
test case