Fix cursor visible issue on text background 86/272586/1
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 21 Mar 2022 07:12:35 +0000 (16:12 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Mon, 21 Mar 2022 07:12:35 +0000 (16:12 +0900)
commit16ef097a0b2d3945a5045db7bb2f3896ed5a5a95
tree0df9ddecf76df87eb235c81babc614fd00fbc488
parentfc4ebd23458e95ade416baeb1a8cf44bac9bca13
Fix cursor visible issue on text background

In some cases, the cursor layer actor is not visible.
Because the text background actor is positioned above the cursor layer actor.
This patch ensures that the cursor layer actor is always on the top.

Change-Id: I1f601e9e648e2983a2703bda03c82cd92bcff16f
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-toolkit/internal/controls/text-controls/common-text-utils.cpp
dali-toolkit/internal/text/decorator/text-decorator.cpp