Bug 471438, check whether the drop event was cancelled when handling links in the browser

This commit is contained in:
Neil Deakin 2009-01-14 13:23:33 -05:00
Родитель c0b0f04bb6
Коммит f41878d565
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -4917,6 +4917,9 @@ function middleMousePaste(event)
var contentAreaDNDObserver = {
onDrop: function (aEvent, aXferData, aDragSession)
{
if (aEvent.getPreventDefault())
return;
var url = transferUtils.retrieveURLFromData(aXferData.data, aXferData.flavour.contentType);
// valid urls don't contain spaces ' '; if we have a space it