Edje entry: Use markup text for password in preedit mode
authorSubodh Kumar <s7158.kumar@samsung.com>
Thu, 3 Dec 2015 16:04:07 +0000 (16:04 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 3 Dec 2015 16:04:08 +0000 (16:04 +0000)
commit320733ecd72e4c8d4b01a185d15b7f4c168cc009
treed5220d36c2c21930861a48a17599ac9686af28f1
parentf88333326ff397647882959c60fb50456ee18799
Edje entry: Use markup text for password in preedit mode

Summary:
Use markup text for password in preedit mode

Problem is that when text comes in preedit mode
it is always markup text and when it is committed
to entry it got committed with markup tags along with
the original string, so for preedit mode password
should be filtered all markup to set the proper text.

@fix

Test Plan:
In preedit mode, enter any character say 'A'
preedit markup like <preedit>A</preedit>
will come in preedit changed callback

Result: Text is set as plain text like below
&lt;preedit&gt;A&lt;/preedit&gt;

Reviewers: thiepha, jihoon, herdsman, shilpasingh, tasn

Reviewed By: shilpasingh, tasn

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2929
src/lib/edje/edje_entry.c