[Webkit-unassigned] [Bug 197970] New: [css-text] break-spaces hangs a sequence of white spaces if it completely overflows the line lenght

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 16:26:28 PDT 2019


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

            Bug ID: 197970
           Summary: [css-text] break-spaces hangs a sequence of white
                    spaces if it completely overflows the line lenght
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jfernandez at igalia.com
                CC: mmaxfield at apple.com

Created attachment 370085

  --> https://bugs.webkit.org/attachment.cgi?id=370085&action=review

Test case to reproduce the issue

What steps will reproduce the problem?
(1) Load the attached test case

What is the expected result?

The line is broken after the first space after the word ("XXXX |  XX"), assuming such space overflows the line; the rest of the white space sequence should me moved to the next line (expected.png)

What happens instead?

The line is broken after the last white space character, letting the whole sequence to overflow ("XXXX   |XX"); the next word is moved to the beginning of the next line (actual.png)

-- 
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/20190516/90c17dde/attachment.html>


More information about the webkit-unassigned mailing list