[Webkit-unassigned] [Bug 67770] New: -webkit-hyphens:auto; hyphenates runs with white-space:nowrap;

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 8 01:50:34 PDT 2011


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

           Summary: -webkit-hyphens:auto; hyphenates runs with
                    white-space:nowrap;
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nickshanks at nickshanks.com


I use white-space:nowrap; on table cells (along with overflow:hidden; and text-overflow:ellipsis;) to keep rows compact.
When I recently added :root { -webkit-hyphens:auto; } to my User CSS file, I noticed that some table rows would hyphenate, and grow vertically onto a second line, whereas others would curtail on the ellipsis as before.

I realise it is slightly outside the remit of the original CSS declaration, but I think white-space:pre; and white-space:nowrap; should disallow hyphenation too.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list