Revert "temporary fix! - disable drag&drop"
authorDaniel Waślicki <d.waslicki@samsung.com>
Wed, 18 Feb 2015 08:21:38 +0000 (09:21 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
This reverts commit 499a670310761938ea861fa809a4302c66f48015.

Implementation of Drag&Drop was splitted into two parts. First one
implemented EFL`s port for D&D with default behavior, which is
dragging on long press. Second part changed default behavior to
starting D&D after choosing proper option from context menu. After
merge of first patch issues was raised that one cannot open context
menu for URL links. Now both parts are merged so this issue does not
occur any more.
Reviewed by: Antonio Gomes, Michal Roj, Piotr Tworek, SeungSeop Park, arno renevier

Change-Id: Ibb466c3068ce074b79211ea482271e97e2a059a0
Signed-off-by: Daniel Waślicki <d.waslicki@samsung.com>
tizen_src/impl/command_line_efl.cc

index 6c57e99b86e13551315708506c9f675b757e9098..aa5ead26699d9746c2fdf708bb48d3704e5ab08d 100644 (file)
@@ -87,6 +87,8 @@ content::MainFunctionParams CommandLineEfl::GetDefaultPortParams() {
       switches::kAcceleratedCanvas2dMSAASampleCount, "4");
 #endif
 
+  p_command_line->AppendSwitch(switches::kEnableTouchDragDrop);
+
   if (p_command_line->HasSwitch(switches::kDisableIpcSandbox))
     p_command_line->AppendSwitch(switches::kDisableRendererZygote);