Fixed an error adding duplicate primary position.y 19/133319/9
authorJinho, Lee <jeano.lee@samsung.com>
Fri, 9 Jun 2017 16:32:56 +0000 (01:32 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Tue, 20 Jun 2017 13:08:24 +0000 (22:08 +0900)
commitc8073b1370ab872ad2b2d6aee2ef25af6d5339eb
treecb169db3268952778ccb9fde8f7d139ff1dc04b3
parentadf4c55964dedf76147852af876fb0ea99c41bff
Fixed an error adding duplicate primary position.y

In the target, characters with different glyph heights
(ex: Korean, English: "안녕하세요, hello") are written in same text field

when the character is deleted by one character,
the position of the TextField continuously goes down.

Change-Id: Ic44d79992eec67ae7ddec9e302c95877f90f2580
automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp
dali-toolkit/internal/text/cursor-helper-functions.cpp
dali-toolkit/internal/text/cursor-helper-functions.h
dali-toolkit/internal/text/decorator/text-decorator.cpp
dali-toolkit/internal/text/decorator/text-decorator.h
dali-toolkit/internal/text/text-controller-impl.cpp