elementary entry: fix limit size issue in the password mode 56/253556/2
authorYoungbok Shin <youngb.shin@samsung.com>
Mon, 15 Feb 2021 10:14:24 +0000 (19:14 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Mon, 15 Feb 2021 10:27:03 +0000 (10:27 +0000)
commit7497f9ccd37a691b547f5556e763c4d5559a1e0b
treeef75ead142a8ddd20e9cab1214726f1b6942611d
parent44d9de49c2de4b9f6f16fe3ac953251d040b2440
elementary entry: fix limit size issue in the password mode

The elm_entry always give plain text in the password mode.
When it needs to calculate the length of the current text,
the current text should be handled as a plain text.

@tizen_fix

Change-Id: Ia8e9cab9196e209f86334f40ce06c2de8aa3fb18
src/lib/elementary/elm_entry.c