edje: fix cursor scrolling 46/247646/1
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 13 Nov 2020 03:05:07 +0000 (12:05 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 13 Nov 2020 03:07:27 +0000 (12:07 +0900)
commit589cbfabb30efb389b0f26b5592ed3f4802a1e8b
tree8adc81451a329f2607879be5da33593a11bcc0fc
parent3b43939d723ac58b5fdfa9f972e468fb64be22bf
edje: fix cursor scrolling

Summary:
If there is a string larger than the size of entry
and when the entry is auto scrolling, cursor is not visible.
Using _edje_entry_cursor_geometry_get guarantees the minimum size of the cursor,
and guarantee the size from edje. (min_restricted_calc)

Test Plan:
elemenary_test

Enter a long string in the "Search Menu" entry.
Observe the cursor when the entry scrolls automatically.

Reviewers: woohyun, ali.alzyod

Reviewed By: ali.alzyod

Subscribers: cedric, #reviewers, #committers

Tags: #efl

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

Change-Id: Iefe9c0356494aa82304ea7302bd97c97ab4f4688
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/lib/edje/edje_legacy.c