Evas textblock: fix ellipsis item at wrong place in RTL text 85/69785/3
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 17 May 2016 00:45:17 +0000 (09:45 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 17 May 2016 01:02:42 +0000 (10:02 +0900)
commit54b879a9a7e2fcf4d7986232dd598decf0f542e4
tree5365a280b5a40179a7b8cae92972a341d7abb2de
parentbd6c6b4115f4ed546fe815b511eba5e0eca85a0f
Evas textblock: fix ellipsis item at wrong place in RTL text

Summary:
An ellipsis item could be placed in wrong place in RTL text
with separated and short text items. Normally, an ellipsis
item has to be behind(in logical position) of previous item.
But, when the length of previos text item is 1, ellipsis
item could have same position with the previous item.
It was working fine for LTR text. But, wrong ellipsis could
be shown in RTL text.
@fix

Test Plan:
The test case included.
Run "make check"

Reviewers: tasn, minudf, woohyun, herdsman

Subscribers: Blackmole, z-wony, anand.km, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3716

@tizen_fix

Change-Id: I17cee4742ca0e947b2aeb413cf4c1a6b89a15de7
src/lib/evas/canvas/evas_object_textblock.c
src/tests/evas/evas_test_textblock.c