[Bug 16176] [Shadow]: What should we do if an event happens on light child which is distributed to a insertion point.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16176

--- Comment #5 from Hayato Ito <hayato@chromium.org> 2012-03-14 05:40:39 UTC ---
Oh. How clever is that you modified only calculation of ancestors for
relatedTarget!
That sounds a nice idea for me. Let me think further and modify the current
EventDispatching algorithm.
If I find a issue, let me reopen this.


(In reply to comment #3)
> Here's what I've come up with:
> http://dvcs.w3.org/hg/webcomponents/rev/378dd45d7b80
> 
> Basically, whenever calculating ancestors for relatedTarget, we must ignore the
> upper boundary. This way, the node will just appear as a child of a shadow
> host, not as a something that's distributed into an insertion point.
> 
> WDYT?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 14 March 2012 05:40:43 UTC