Fix for application crashing 66/19966/1
authorRichard Underhill <r.underhill@partner.samsung.com>
Thu, 17 Apr 2014 10:22:11 +0000 (11:22 +0100)
committerAndrew Cox <andrew.cox@partner.samsung.com>
Wed, 23 Apr 2014 19:09:38 +0000 (20:09 +0100)
commit5b8278f83bb96d54b29a45a5454b346b67b91a75
treeb7d75069ec8dbc679153442f83fe7210153c9db9
parent086fd12c21dbbf4a1207804f4e392b2504833d24
Fix for application crashing

[Problem] Markup was needed to correctly parse each character for
text splitting operations

[Cause] Code assumes a text style per character. Clean solution will
require more work

[Solution] MarkupProcessing is enabled by default on TextInput.
TextView created by TextInput markup is inherited.
Scan for markup is no longer called and is forced by
MarkupProcessingEnabled flag.

Change-Id: I7e4a82271aa8a7eacdfe7aa6e56a12703d467f8b
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
dali-toolkit/internal/controls/text-input/text-input-impl.cpp
dali-toolkit/public-api/markup-processor/markup-processor.cpp