[Webkit-unassigned] [Bug 12991] New: text-overflow should not require white-space:nowrap to work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 18:17:11 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12991

           Summary: text-overflow should not require white-space:nowrap to
                    work
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adele at apple.com


text-overflow should not require white-space:nowrap or white-space:pre to work.

We'd like this to work in a multiline case.  In this example, we should be able
to wrap, and also add ellipsis instead of partially displaying the last line.

<style>
div {
        width: 100px;
        height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        border: solid thin black;
}
</style>
<div>test 12345678910 1112131415</div>

<rdar://problem/5044726> text-overflow should not require white-space:nowrap to
work


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



More information about the webkit-unassigned mailing list