New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 615888 link

Starred by 11 users

Issue metadata

Status: Fixed
Owner:
Use other robhogan account instead.
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug

Blocking:
issue 133700



Sign in to add a comment

Display correct ellipsis in rtl inlines

Project Member Reported by robhogan@chromium.org, May 30 2016

Issue description

Test case:

<!DOCTYPE html>
<style>
div {
    width: 55px;
    font: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}
</style>
<p>You should see ...defghi below.</p>
<div id="div">
    <span>abc</span><span>def</span><span>ghi</span>
</div>


 
Blocking: 133700

Comment 2 by e...@chromium.org, Jul 13 2016

Cc: e...@chromium.org dpranke@chromium.org wangxianzhu@chromium.org
 Issue 497901  has been merged into this issue.

Comment 3 by e...@chromium.org, Jul 13 2016

Cc: tkonch...@chromium.org tabatkins@chromium.org
 Issue 237078  has been merged into this issue.
Status: Fixed (was: Assigned)
This works fine now. 

Sign in to add a comment