Fixed sometimes focus ring is hidden when context menu is shown by longTap
authorYuni Jeong <yhnet.jung@samsung.com>
Wed, 17 Jul 2013 13:16:02 +0000 (22:16 +0900)
committerYuni Jeong <yhnet.jung@samsung.com>
Wed, 24 Jul 2013 06:12:09 +0000 (15:12 +0900)
commitf4eba48a1ec3230899b1ce075766fdef49d8529b
treeaa0ad5ae87dbe6e916653ccf605cf12988efd697
parentd2e05298fff168de3e06191e0a4df5c686023851
Fixed sometimes focus ring is hidden when context menu is shown by longTap

[Title] Fixed sometimes focus ring is hidden when context menu is shown by longTap
[Issue#] P130709-3174
[Problem] Sometimes focus ring is hidden when context menu is shown by longTap
[Cause] Focus ring is hidden when gesture move event occur.
If minute movement occur when longTap, gesture move event occur.
So, focus ring is hidden.
[Solution] When context menu is showing, focus ring should not be hidden.
           So, added condition to check whether context menu is visible or invisible
           when gesture move event occur.

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