[Webkit-unassigned] [Bug 77322] New: No need to keep anonymous RenderBlock in DETAILS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 01:25:05 PST 2012


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

           Summary: No need to keep anonymous RenderBlock in DETAILS
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


When detaching children of DETAILS element, anonymous RenderBlock may be left.
It was introduced to prevent crash in r81812, but actually it is not necessary now.

It often keeps unnecessary anonymous RenderObjects, and causes unexpected text diff mismatch when tweaking content element.

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