Bug 497574 - Focus no longer changes in context menu of selected add-on. r=mossop

This commit is contained in:
Dão Gottwald 2009-06-19 13:32:54 +02:00
parent a98ebd8726
commit f8a8f347ab

View File

@ -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: