зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
b245140eb1
Коммит
7c99c4ea7a
|
@ -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[
|
||||
|
|
Загрузка…
Ссылка в новой задаче