[Webkit-unassigned] [Bug 24186] New: RTL: text truncation with text-overflow:ellipsis does not work correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 00:28:01 PST 2009


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

           Summary: RTL: text truncation with text-overflow:ellipsis does
                    not work correctly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xji at chromium.org


This is a regression, happens in nightly build r41128, but not in Safari 3.2.1.

Bidi text "MSN Arabia رياضه،
أخبار، مرآة،
أفلام،
موسيقى،
جمال،
سيارات،
اقتصاد و
المزيد على" was truncated
wrong when the following style was specified:

  display:block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 207px;

The truncation seems wrongly truncated the leading English characters.

test case is attached.


-- 
Configure bugmail: https://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