Do not hide context menu if it showing from image in editable content.
authorTaeyun An <ty.an@samsung.com>
Tue, 2 Jul 2013 12:31:25 +0000 (21:31 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 10 Jul 2013 03:01:33 +0000 (03:01 +0000)
commit931fc768bdaa632e8e775dc8ed9ffce6c07a1f2c
treeac1c0f928ceb52673615ad03d7c33da5cfdc45b2
parent8f410ef4110f4e7c4e6d77c7a12d5b5dde038ff6
Do not hide context menu if it showing from image in editable content.

[Title] Do not hide context menu if it showing from image in editable content.
[Issue#] DCM-2134
[Problem]
1. Context menu disappear after tab end if it showing from image in editable content
2. Focus ring doesn't hide after tab end if before context menu is shown
[Cause]
1. In case of image and link, context menu is showing before end tab so when endtap is called it makes textselection mode to false
2. Don't hide focus ring if context menu was shown before
[Solution]
1. Don't show context menu if hittest result data is contentEditable in start gesture
2. Hide focus ring if textSelectionMode is true in end gesture

Change-Id: I4c2e0a9ee4cfb82c4cd88447ee8d90d5c339bed1
Source/WebKit2/UIProcess/API/efl/ewk_view.cpp