[Tizen] fix white space issue in hidden input 12/288912/1
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 29 Nov 2022 10:48:44 +0000 (19:48 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 24 Feb 2023 08:25:25 +0000 (17:25 +0900)
commit3010f4f8106c1f569ab0f5603f47d1d7c5357672
tree1bf1a8234a88fcafba2301899cc64d96f19d7ce1
parent80b42b4c4eb4cfc8382e5af84fc4a75f620205b1
[Tizen] fix white space issue in hidden input

The calculated text size is used in atlas renderer.
When the text is all white space, partial render issue occurs because the width is 0.
To avoid issue, do not remove the white space size in hidden input mode.

Change-Id: Id92becdb0103fa6dee20c5cd272ee3d4314121c6
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-toolkit/devel-api/text/text-utils-devel.cpp
dali-toolkit/internal/text/hidden-text.cpp
dali-toolkit/internal/text/hidden-text.h
dali-toolkit/internal/text/layouts/layout-engine.cpp
dali-toolkit/internal/text/layouts/layout-engine.h
dali-toolkit/internal/text/text-controller-relayouter.cpp