fix issue when strikethrough used without ending tag 70/270670/2
authorabdullah <abdullahhasan10@gmail.com>
Mon, 7 Feb 2022 14:20:03 +0000 (16:20 +0200)
committerabdulleh ghujeh <abdullahhasan10@gmail.com>
Mon, 7 Feb 2022 14:22:54 +0000 (14:22 +0000)
commite939bee76410eca241bda2ed4a732e0a13be00af
treeaa73e26a11d42f58f2c93f5499453f6774e9b9d9
parente4b61dbc40d93753f59ec977f9e916b8a497b516
fix issue when strikethrough used without ending tag

when we use <s> without ending tag, only one character get strike through,
other tags do not apply the tag at all.
fixed the behavior to be like the other tags.

Change-Id: I94419b923772401af0f0c3e17524521bf2ade892
automated-tests/src/dali-toolkit-internal/utc-Dali-TextEditor-internal.cpp
automated-tests/src/dali-toolkit-internal/utc-Dali-TextField-internal.cpp
automated-tests/src/dali-toolkit-internal/utc-Dali-TextLabel-internal.cpp
dali-toolkit/internal/text/logical-model-impl.cpp
dali-toolkit/internal/text/logical-model-impl.h
dali-toolkit/internal/text/text-controller-impl.cpp