Fix for "Marker blinking while press and hold Ctrl+A"
authorbhargavi.k <bhargavi.k@samsung.com>
Wed, 2 Oct 2013 12:00:37 +0000 (17:30 +0530)
committerbhargavi.k <bhargavi.k@samsung.com>
Wed, 2 Oct 2013 12:09:34 +0000 (17:39 +0530)
commit568d3adb8b91fbf6383a739ac5de5767ffa0bb2d
tree17f3c03c252d0936ee8009d46730535a601f49cf
parentdd752da6743639b43dee2d802f2136557feea1c8
Fix for "Marker blinking while press and hold Ctrl+A"

[Title]  Fix for "Marker blinking while press and hold Ctrl+A"
[Issue#] NSE-52739
[Problem] Blink was happening
[Cause]  Due to context menu disable , text selection was removed
[Solution] made changes like Thou context menu is disable, Text selection should be active.

Change-Id: I57517db7ef1a6ff5b143bf141db632b5142ffe21
Source/WebKit2/UIProcess/tizen/WebContextMenuProxyTizen.cpp