[Webkit-unassigned] [Bug 75305] New: Inline flow not learning height of all text descendants

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 28 04:44:25 PST 2011


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

           Summary: Inline flow not learning height of all text
                    descendants
           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: robert at webkit.org


Example provided by mitz:

<span style="outline: 1px dotted blue;"> <span style="margin: 0 10px;"></span> text</span>

The line is only 1px in height and the text is not displayed. This happens because the root inline box does not learn of the existence of the 'text' run when calculating the line's height.

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