[Webkit-unassigned] [Bug 160427] Input elements don't work inside shadow tree
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 26 15:31:45 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160427
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #289880|review? |review+
Flags| |
--- Comment #10 from Darin Adler <darin at apple.com> ---
Comment on attachment 289880
--> https://bugs.webkit.org/attachment.cgi?id=289880
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=289880&action=review
> Source/WebCore/dom/ComposedTreeIterator.cpp:183
> + if (m_contextStack.size() == 1) {
> + ASSERT(context().iterator == context().end);
> + return;
> + }
Why do we need this? The loop below is harmless even without this special case.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160926/463373eb/attachment-0001.html>
More information about the webkit-unassigned
mailing list