[Webkit-unassigned] [Bug 181719] New: Trailing space disappears when it occurs at the end of an long line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 16 22:30:24 PST 2018


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

            Bug ID: 181719
           Summary: Trailing space disappears when it occurs at the end of
                    an long line
           Product: WebKit
           Version: Safari 11
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mihaip at chromium.org
                CC: wenson_hsieh at apple.com

Created attachment 331468

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

Test case

See attached test case (also available at http://persistent.info/webkit/test-cases/content-editable-wrap-trailing-space.html)

The space disappears when the current line is as wide as the editable area, and the space causes it to start wrapping. The "word-wrap: break-word;" property for all contentEditable elements appears to be implicated, overriding it to "word-wrap: normal" causes the bug to go away.

Reproduced in Safari 11.0.2 on High Sierra and an archive build at r227011 (the oldest builds I could find also had the bug, so this is not a recent regression).

-- 
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/20180117/812d93b9/attachment.html>


More information about the webkit-unassigned mailing list