[Webkit-unassigned] [Bug 58073] Presence of shadow DOM should suppress rendering of ordinary child nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 14:27:51 PDT 2011


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


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |dglazkov at chromium.org
     Ever Confirmed|0                           |1




--- Comment #1 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2011-04-13 14:27:51 PST ---
(In reply to comment #0)
> Created an attachment (id=88680)
 --> (https://bugs.webkit.org/attachment.cgi?id=88680&action=review) [details]
> Should just see keygen select (shadow), but "Hello world" also appears.
> 
> When an element has both ordinary children and shadow children, both appear. The presence of shadow children should suppress the rendering of ordinary children.
> 
> Repro'd in WK nightly: Version 5.0.4 (6533.20.27, r83161)

The reduction is wrong (the parser is smart enough to move the text out to be a child of body), but the problem is still present. Fix coming up...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list