From: Victor Cebollada Date: Mon, 27 Jun 2016 10:03:53 +0000 (+0100) Subject: Fix for text controller (IMF callback). X-Git-Tag: dali_1.1.42~8^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=ae44254100eb934f5f766c9ac834261b379afed3;hp=ae44254100eb934f5f766c9ac834261b379afed3 Fix for text controller (IMF callback). * Do not retrieve the cursor position when the DELETE SURROUNDING callback is called. When adding characters to an empty text-field, the IMF manager removes first the pre-edited text and adds the pre-edited text plus the new character. This patch fixes a flickering issue seen in the virtual keyboard. If the cursor position is retrieved when the pre-edited text is deleted, the virtual keyboard is shown with upper case characters and shown again in lower case when the text is added. Change-Id: Ifd3a01f2e2c211c15a41858ec0152c12f7a1188c Signed-off-by: Victor Cebollada ---