RESOLVED FIXED 75305
Inline flow not learning height of all text descendants
https://bugs.webkit.org/show_bug.cgi?id=75305
Summary Inline flow not learning height of all text descendants
Robert Hogan
Reported 2011-12-28 04:44:25 PST
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.
Attachments
Patch (4.79 KB, patch)
2011-12-28 05:16 PST, Robert Hogan
mitz: review+
Robert Hogan
Comment 1 2011-12-28 05:16:34 PST
Robert Hogan
Comment 2 2011-12-28 11:19:01 PST
Note You need to log in before you can comment on or make changes to this bug.