Can't drag text from page into textfields in same page. Patch by brade. r=blake sr=ben

This commit is contained in:
blakeross%telocity.com 2001-03-09 02:00:21 +00:00
Родитель ff08dfc654
Коммит 3820e09600
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -153,6 +153,9 @@ var contentAreaDNDObserver = {
onDragOver: function (aEvent, aFlavour, aDragSession)
{
if (aEvent.getPreventDefault())
return;
// if the drag originated w/in this content area, bail early. This avoids loading
// a URL dragged from the content area into the very same content area (which is
// almost never the desired action). This code is a bit too simplistic and may