зеркало из https://github.com/mozilla/pjs.git
Fixes a bug in closing the menus after middle-clicking a bookmark. Bug=329321 r=ben@mozilla.org
This commit is contained in:
Родитель
2275e5caff
Коммит
66c88cf053
|
@ -6677,7 +6677,7 @@ var BookmarksEventHandler = {
|
|||
// close the menus.
|
||||
if (event.target.localName == "menu" ||
|
||||
event.target.localName == "menuitem") {
|
||||
var node = event.target;
|
||||
var node = event.target.parentNode;
|
||||
while (node &&
|
||||
(node.localName == "menu" ||
|
||||
node.localName == "menupopup")) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче