Initialize TextSelectionHandles status to false when context menu item has been selected
authorTaeyun An <ty.an@samsung.com>
Mon, 20 May 2013 07:08:06 +0000 (16:08 +0900)
committerTaeyun An <ty.an@samsung.com>
Wed, 12 Jun 2013 13:28:05 +0000 (22:28 +0900)
commit0c4b6abcb6799b4fef88383899a1817cc50db13b
tree4e4cd580b28582559500f8c56bb26846d91791ad
parent6876219da35069bd9e90a848c1abdf7a0b8356fa
Initialize TextSelectionHandles status to false when context menu item has been selected

[Title] Initialize TextSelectionHandles status to false when context menu item has been selected
[Issue#] N_SE-41082
[Problem] Handles are not updated when choose the select all context menu after move handle.
[Cause] There is no initialize handle status routine after choose context menu items.
[Solution] Add init routine at contextMenuItemSelectedCallback.

Change-Id: Ib2c526eefb50d22937228496e74e8d3ffaf77803
Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
Source/WebKit2/UIProcess/API/efl/PageClientImpl.h
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.cpp
Source/WebKit2/UIProcess/API/efl/tizen/TextSelection.h
Source/WebKit2/UIProcess/tizen/WebContextMenuProxyTizen.cpp