diff --git a/mozilla/browser/components/places/content/commands.inc b/mozilla/browser/components/places/content/commands.inc index 558bfe6e6b1..832685dfbd8 100755 --- a/mozilla/browser/components/places/content/commands.inc +++ b/mozilla/browser/components/places/content/commands.inc @@ -1,5 +1,5 @@ diff --git a/mozilla/browser/components/places/content/menu.xml b/mozilla/browser/components/places/content/menu.xml index 40592a23ced..bb8e1a4cd46 100755 --- a/mozilla/browser/components/places/content/menu.xml +++ b/mozilla/browser/components/places/content/menu.xml @@ -598,6 +598,9 @@ return; this._selection = event.target.node; PlacesController.activeView = this; + // When right clicking an item in a bookmarks menu the places commands + // need to be updated for the context menu to appear correctly. + document.commandDispatcher.updateCommands("click"); // Only left and middle clicks should load the URI if (event.button > 1) return;