Evas Textblock: Fix text disappear issue when text is made up with multiple items. 87/59187/3
authorYoungbok Shin <youngb.shin@samsung.com>
Wed, 2 Dec 2015 07:36:47 +0000 (09:36 +0200)
committerYoungbok Shin <youngb.shin@samsung.com>
Wed, 17 Feb 2016 08:22:53 +0000 (00:22 -0800)
commit7d622c9f41b5e29399a8a9aee5028449e6b36a69
tree2fba4c2719fde33153272371730a9be1fd18004d
parent2de70c9a508530891355662dc20d7b9497b63ed9
Evas Textblock: Fix text disappear issue when text is made up with multiple items.

Summary:
Text is disappearing when we resize a singleline Evas Textblock with ellipsis.
It is happened by putting a Text item at logical_items list without considering about logical position.
It is only happended the text is made up with multiple items.
@fix

Test Plan:
1. Run elementary_test
2. Click Label Ellipsis
3. Resize the window dynamically and see the result.

Reviewers: woohyun, tasn, herdsman

Subscribers: jpeg, subodh6129, shilpasingh, cedric

Maniphest Tasks: T2709

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

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