зеркало из https://github.com/mozilla/pjs.git
Bug 497574 - Focus no longer changes in context menu of selected add-on. r=mossop
This commit is contained in:
Родитель
cba007105f
Коммит
d20d464373
|
@ -1178,6 +1178,11 @@ function Startup()
|
|||
event.target != gExtensionsView)
|
||||
return;
|
||||
|
||||
var contextMenu = document.getElementById("addonContextMenu");
|
||||
if (contextMenu.state == "open" ||
|
||||
contextMenu.state == "showing")
|
||||
return;
|
||||
|
||||
switch (event.keyCode) {
|
||||
case event.DOM_VK_LEFT:
|
||||
case event.DOM_VK_RIGHT:
|
||||
|
|
Загрузка…
Ссылка в новой задаче