[Webkit-unassigned] [Bug 138947] New: REGRESSION(r175259) Simple line layout text measuring behavior changed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 20 20:22:23 PST 2014


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

            Bug ID: 138947
           Summary: REGRESSION(r175259) Simple line layout text measuring
                    behavior changed.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com

Complex line layout measures text including the trailing space and it subtracts (the constant value of) space width afterwards. 
'FOO ' -> 55.5px -> subtract 4px for space -> 51.5px
vs.
'FOO' -> 51.5px 
It certain cases, this results in different word width and forces unexpected line breaking.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141121/069072fd/attachment-0002.html>


More information about the webkit-unassigned mailing list