Bug 350402 - CopyPasteHandler causes assertions

p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=ssieb
ChatZilla Only
This commit is contained in:
gijskruitbosch%gmail.com 2006-09-07 22:58:13 +00:00
Родитель a4eff7673f
Коммит b08c89857f
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -2943,6 +2943,14 @@ function my_dccfiledisconnect(e)
var CopyPasteHandler = new Object();
CopyPasteHandler.allowDrop =
CopyPasteHandler.allowStartDrag =
CopyPasteHandler.onCopyOrDrag =
function phand_bogus()
{
return true;
}
CopyPasteHandler.onPasteOrDrop =
function phand_onpaste(e, data)
{