[Webkit-unassigned] [Bug 116413] New: Text does not get truncated properly in vertical writing mode when overflow:hidden and text-overflow:ellipsis are set.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 19 08:14:05 PDT 2013


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

           Summary: Text does not get truncated properly in vertical
                    writing mode when overflow:hidden and
                    text-overflow:ellipsis are set.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zalan at apple.com
                CC: hyatt at apple.com, zalan at apple.com


div {
    -webkit-writing-mode: vertical-rl; 
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: solid 1px red;
    height: 200px;
  }

  input {
    float: right;
  }

<div><input type="text">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 
</div>

In vertical writing mode, we should truncate the text at the edge of the input box and apply ellipsis in vertical writing mode. Currently we fail to do both.

-- 
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