From b4cd9c4c4537720e191c3d53c2fbfc44e099fc7c Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Fri, 29 Jan 2010 00:12:51 -0800 Subject: [PATCH] Remove HTML5 drag and drop support from browsers. --- AppKit/Platform/DOM/CPPlatform.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/Platform/DOM/CPPlatform.j b/AppKit/Platform/DOM/CPPlatform.j index 535644ea2..47af4b175 100644 --- a/AppKit/Platform/DOM/CPPlatform.j +++ b/AppKit/Platform/DOM/CPPlatform.j @@ -44,7 +44,7 @@ var screenNeedsInitialization = NO, + (BOOL)supportsDragAndDrop { - return CPFeatureIsCompatible(CPHTMLDragAndDropFeature); + return CPFeatureIsCompatible(CPHTMLDragAndDropFeature) && ![self isBrowser]; } + (BOOL)supportsNativeMainMenu