Bug 418629 - Cannot drag a separator in the bookmarks toolbar. Patch by Marco Bonardo [mak77] <mak77@supereva.it>, r=me.

This commit is contained in:
mozilla.mano@sent.com 2008-02-21 11:54:00 -08:00
Родитель b245140eb1
Коммит 7c99c4ea7a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1069,7 +1069,8 @@
this._cachedInsertionPoint = undefined;
]]></handler>
<handler event="draggesture"><![CDATA[
if (event.target.localName == "toolbarbutton")
if (event.target.localName == "toolbarbutton" ||
event.target.localName == "toolbarseparator")
nsDragAndDrop.startDrag(event, this._DNDObserver);
]]></handler>
<handler event="dragover"><![CDATA[