Temporary disable Drag&Drop
authorDaniel Waślicki <d.waslicki@samsung.com>
Thu, 26 Feb 2015 10:00:24 +0000 (11:00 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
As agress with Gyuyoung Kim, Drag&Drop currently is not officaly
supported with W3C standard. Although we want to have implementation
in engine to be able to simply turn it on when it will land in
official standard. For now we will turn it off to see how things
in W3C will go.

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

index aa5ead2..6c57e99 100644 (file)
@@ -87,8 +87,6 @@ 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);