[Webkit-unassigned] [Bug 94850] New: Inserting node before a text node that has first-letter rule doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 14:16:32 PDT 2012


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

           Summary: Inserting node before a text node that has
                    first-letter rule doesn't work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: HasReduction, InChromiumBugs, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: esprehn at chromium.org, inferno at chromium.org,
                    kenrb at chromium.org


Created an attachment (id=160240)
 --> (https://bugs.webkit.org/attachment.cgi?id=160240&action=review)
Demonstrates the bug

Open the attached document.

Expected result:
You see "hello world" repeated twice

Actual result:
"hello world

whello orld"

The first line works because we're modifying the node before its renderer is created. The second line doesn't work because we're doing it in setTimeout(~, 0) and hence the text node has its renderer.

http://crbug.com/125199

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