--- old/src/macosx/native/sun/awt/CDragSource.m 2014-03-05 20:16:35.000000000 +0400 +++ new/src/macosx/native/sun/awt/CDragSource.m 2014-03-05 20:16:35.000000000 +0400 @@ -313,8 +313,7 @@ // This is a good approximation if not perfect. A conclusive search would // have to be done matching all defined strings in AppKit's commonStrings.h. - if ([type hasPrefix:@"NS"] || [type hasPrefix:@"NeXT"]) - hasNSTypeData = true; + hasNSTypeData = [type hasPrefix:@"NS"] || [type hasPrefix:@"NeXT"] || [type hasPrefix:@"public."]; } } }