зеркало из https://github.com/mozilla/gecko-dev.git
Can't drag text from page into textfields in same page. Patch by brade. r=blake sr=ben
This commit is contained in:
Родитель
ff08dfc654
Коммит
3820e09600
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче