[Webkit-unassigned] [Bug 158503] Finding text doesn't work across shadow boundary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 02:59:00 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=158503

--- Comment #5 from Antti Koivisto <koivisto at iki.fi> ---
if (it->isInShadowTree()) {
   ++it;
   continue; 
}

or

if (it->shadowRoot()) {
   it.traverseNextSkippingChildren():
   continue;
}

depending what is exactly wanted, basically.

-- 
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/20160608/df6b5595/attachment.html>


More information about the webkit-unassigned mailing list