[Webkit-unassigned] [Bug 61111] New: RenderText with empty text is not created inside ShadowContentElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 00:00:59 PDT 2011


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

           Summary: RenderText with empty text is not created inside
                    ShadowContentElement
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: dglazkov at chromium.org


Created an attachment (id=94045)
 --> (https://bugs.webkit.org/attachment.cgi?id=94045&action=review)
A repro

This is because Text::renererIsNeeded() referes parentNode() and previousRenderer(), 
which should be based on content render tree, but is not at this time.

Note that this missing RenderText problem is happens
only after dynamics change of content element children.

-- 
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