[Webkit-unassigned] [Bug 129313] New: Ellipsis is not properly placed for truncated text inside blocks with horizontal padding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 09:19:12 PST 2014


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

           Summary: Ellipsis is not properly placed for truncated text
                    inside blocks with horizontal padding
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
        Depends on: 71194


This bug is tracks down an issue as reported for Blink as issues 166258[1] and 166263[2]. Description of the issue as reported there is as follows:

Steps to reproduce the problem:
1. insert div in page source:
<div style='width: 100px; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 20px;'>text in div, where ellipsis?</div>
2. open page in browser
3. make sure there's no ellipsis in the page

What is the expected behavior?
ellipsis at the end of truncated string

What went wrong?
ellipsis doesn't appear (check [3] for an screenshot showing this issue)

I'll propose a backport patch fixing this issue as soon as patch for bug 71194 has landed, as that's a dependency

[1] https://code.google.com/p/chromium/issues/detail?id=166258
[2] https://code.google.com/p/chromium/issues/detail?id=166263
[3] https://code.google.com/p/chromium/issues/detail?id=166258#c2

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