From 2fcac62efa0be3946e5dc777cc8d36e5cda7836d Mon Sep 17 00:00:00 2001 From: "reed@reedloden.com" Date: Sun, 16 Dec 2007 13:53:40 -0800 Subject: [PATCH] Bug 381434 - "Open "livemark name" ignores middle click" (intercept middle-click with onclick) [p=mak77@supereva.it (Marco Bonardo [MaK77]) r=Mano a=blocking-firefox3+] --- browser/base/content/browser-places.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/browser-places.js b/browser/base/content/browser-places.js index 844a17b63ed..17d38f75823 100644 --- a/browser/base/content/browser-places.js +++ b/browser/base/content/browser-places.js @@ -487,7 +487,7 @@ var BookmarksEventHandler = { openHomePage.setAttribute("siteURI", siteURIString); openHomePage.setAttribute("oncommand", "openUILink(this.getAttribute('siteURI'), event);"); - // If a user middle-click this item we serve the oncommand event + // If a user middle-clicks this item we serve the oncommand event // We are using checkForMiddleClick because of Bug 246720 // Note: stopPropagation is needed to avoid serving middle-click // with BT_onClick that would open all items in tabs