From d07fb7189a60686a93a47813bb05f4d2e6e1a685 Mon Sep 17 00:00:00 2001 From: "mozilla.mano@sent.com" Date: Mon, 18 Jun 2007 17:16:09 -0700 Subject: [PATCH] Bug 384763 - left click broken in bookmarks menu. r=ssptizer. --- browser/components/places/content/menu.xml | 62 ++++++---------------- 1 file changed, 17 insertions(+), 45 deletions(-) diff --git a/browser/components/places/content/menu.xml b/browser/components/places/content/menu.xml index 213c048cd32d..6660ea4e1de4 100755 --- a/browser/components/places/content/menu.xml +++ b/browser/components/places/content/menu.xml @@ -845,35 +845,6 @@ } })]]> - - - - - - - - - - - - @@ -899,6 +870,7 @@ if (event.target == this) this.onPopupShowing(); + if (event.target != this) return; @@ -912,26 +884,26 @@ this.removeAttribute("autoopened"); - - - - - +