Side navigation
#4016 closed bug (worksforme)
Opened January 28, 2009 07:29PM UTC
Closed May 14, 2009 01:16AM UTC
[IE 6 & 7] Errors when traversing child elements after inserting generated VML
Reported by: | doctyper | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | unfiled | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
IE 6 throws an error when traversing a parent's child nodes if the parent contains VML elements.
IE 7 throws an error if a child node's event is triggered.
Test Case Here:
Problem happens on IE8RC1 as well. As of 1.3, a
bubbles. The page is doing this:In 1.3, the
will bubble up to the foo element and re-execute the click handler, causing another trigger of the span, etc. If you want the foo.click handler to only execute on a foo click rather than a bubbled child event, add an e parameter and to the top of the handler. Give this a try and I'll leave the ticket open for now.