Remove selection handle after select image in e-mail app
authorTaeyun An <ty.an@samsung.com>
Mon, 20 May 2013 10:55:01 +0000 (19:55 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 10 Oct 2013 05:47:55 +0000 (05:47 +0000)
commit56bab46307c71dd80f7ba81909123405095c5202
tree14d02944ea72696cdd74efa6a66509089c1b9d62
parentb857100202714bf77aac03cb41b60614dd8dc299
Remove selection handle after select image in e-mail app

[Title] Remove selection handle after select image in e-mail app
[Issue#] P130515-5443
[Problem] Selection handles are not disappear after select image in e-mail app
[Cause] When select the image then webview is focused out, so It doesn't have caret. at that time webkit is excute return before text selection mode to false.
[Solution] Add text selection mode to false before return.

Change-Id: I47094afb07229f53324643f621299facb8b0c116
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp