Temporarily disable D&D support for selection to unblock

people working on selection problems. (Bug #39821 Drag and Drop interferes with selection)
r=brade@netscape.com, a=trudelle@netscape.com
This commit is contained in:
kin%netscape.com 2000-05-19 20:37:53 +00:00
parent 2e902ef580
commit caa5c18e20

View File

@ -302,6 +302,12 @@ function BeginDragContentArea ( event )
// dump(domselection);
htmlstring = domselection.toString("text/html", 128+256, 0);
textstring = domselection.toString("text/plain", 0, 0);
// The following return disables the ability to drag & drop
// the current selection. This temporarily fixes bug #39821
// so that others are unblocked. Remove it when drag & drop and
// selection cooperate better.
return;
}
else
{