Fix for the issue "context menu is not shown on selecting selectall on contextmenu"
authorbhargavi.k <bhargavi.k@samsung.com>
Fri, 30 Aug 2013 13:07:41 +0000 (18:37 +0530)
committerTaeyun An <ty.an@samsung.com>
Thu, 10 Oct 2013 07:51:27 +0000 (16:51 +0900)
commiteb4a8a5c324928dc32e9d5db1349f31c9e2a17c9
tree8b6dc91023251c2cf6c6086ad24ce8be0c1d222a
parent9a4030520d9269b748baa487a3a3dc53a17af43c
Fix for the issue "context menu is not shown on selecting selectall on contextmenu"

[Title]  Fix for the issue context menu is not shown on selecting selectall on contextmenu
[Issue#] Web-3918
[Problem] Context menu is not displaying
[Cause]  Lectrect handler was not properly checked with Viewport rect
         If LeftRect's handler x & y position is in border of viewport maxX and maxY position, this was not handled.
[Solution] Made proper check for leftRect handlers wrt ViewRect.

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