Fix for Selection and showing context menu in the IFrame , when focused frame is...
authorManish R Gurnaney <m.gurnaney@samsung.com>
Mon, 16 Sep 2013 22:07:16 +0000 (03:37 +0530)
committerTaeyun An <ty.an@samsung.com>
Thu, 10 Oct 2013 08:02:42 +0000 (17:02 +0900)
commit8b79f460fcbd27739c7503b9a7f37dde96bfdd26
tree5c23f8aa165aa265c74d0ef8c7eb7574c9eabce3
parente9a2facc0e414db6b7ea9ef41a00a6abcab70a37
Fix for Selection and showing context menu in the IFrame , when focused frame is subframe.

[Version] common
[Title] Context Menu not shown when do selectAll in IFrame.
[BinType] N/A
[Customer] HQ
[Issue#] DCM-2417
[Problem] Context Menu not shown when do selectAll in IFrame.
[Cause] In TextSelection::showContextMenu we always take ViewPort as MainFrame, not as FocusedFrame.
[Solution] Condition added so that when we ask to show the ContextMenu we will take view port as FocusedFrame in case SubFrame is selected.
[Team] WebCoreSupport
[Developer] m.gurnaney@samsung.com
[Request] N/A
[Horizontal expansion] N/A
[SCMRequest] NA

Change-Id: Ia67e11e0f701c788d9dee0f98f8199b5aab759c5
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/WebPageProxy.h
Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp
Source/WebKit2/WebProcess/WebPage/WebPage.h
Source/WebKit2/WebProcess/WebPage/WebPage.messages.in
Source/WebKit2/WebProcess/WebPage/efl/WebPageEfl.cpp