Skip to main content

Bug Tracker

Side navigation

#6247 closed bug (duplicate)

Opened March 09, 2010 12:02AM UTC

Closed October 02, 2010 06:09PM UTC

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)
  • test.html (0.6 KB) - added by ddango March 09, 2010 12:02AM UTC.

    test case

Change History (1)

Changed October 02, 2010 06:09PM UTC by snover comment:1

priority: → undecided
resolution: → duplicate
status: newclosed

Duplicate of #6505.