Reverse ellipsis for rtl language not working as intended
Reported by
c...@toogood.com,
May 16 2016
|
||
Issue description
Chrome Version : 50.0.2661.102 m
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari: FAIL (9.1)
Firefox: PASS (46.0.1)
IE: FAIL (11)
What steps will reproduce the problem?
(1) dummy, paragraph
<p class="ellipsis">ert3452654546ert3452654546ert3452654546 asdjfasdjf ;klajsdfk jasfj ;klasjfklasdfjkhalkjshfjkashkfjl haskdjf hakjshfjka</p>
(2)
.ellipsis {
overflow: hidden;
width: 50%;
direction: rtl;
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
}
(3)
Run it and resize
What is the expected result?
When resizing the ellipsis character should be at the beginning of the sentense and the truncation should be starting from the beginning.
What happens instead?
When resizing the truncating happens at the end instead of the beginning.
Please provide any additional information below. Attach a screenshot if
possible.
,
May 17 2016
Thanks for the update.. based on your comment #1, we are closing the issue. If you are seeing the error or have new data, please raise a new issue. |
||
►
Sign in to add a comment |
||
Comment 1 by c...@toogood.com
, May 16 2016