[Webkit-unassigned] [Bug 99376] New: Remove special-case flooring of baselinePosition for replaced elements in InlineFlowBox::placeBoxesInBlockDirection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 15:53:46 PDT 2012


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

           Summary: Remove special-case flooring of baselinePosition for
                    replaced elements in
                    InlineFlowBox::placeBoxesInBlockDirection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org
                CC: eric at webkit.org, leviw at chromium.org
        Depends on: 91410,99364


In r122769 (bug 91410) we added a special-case handling for replaced elements in InlineFlowBox::placeBoxesInBlockDirection to work around positioning issues in a couple of svg tests. This was needed to compensate for a workaround in the table painting code that was fixed in r131358 (bug 99364). As such the special-case handling for replaced elements is no longer needed in InlineFlowBox::placeBoxesInBlockDirection. Furthermore this caused problems with the caret positioning in come cases.

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