[Webkit-unassigned] [Bug 207036] New: hyphens in input fields breaks line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 31 03:03:01 PST 2020


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

            Bug ID: 207036
           Summary: hyphens in input fields breaks line
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: marcel_jung at hotmail.com

If you assign the following CSS to an input field, the field breaks the text into several lines, which in my opinion should not happen.

.hyphens {
  -webkit-hyphens: car;
  hyphens: auto;
  word-break: break-word;
}

Example:
https://jsfiddle.net/maisen20/1edL3ko7/2/

-- 
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/20200131/71722f7d/attachment-0001.htm>


More information about the webkit-unassigned mailing list