From 9385a211391e73a92b4c59607dceb5d28c005ea3 Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Sat, 29 Jul 2006 05:41:50 +0000 Subject: [PATCH] Bug 195878 "Open Link ..." in context menu does not work if "This Frame" submenu was opened r=jag sr=bz a=asa --- suite/common/contentAreaContextOverlay.xul | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suite/common/contentAreaContextOverlay.xul b/suite/common/contentAreaContextOverlay.xul index eee73c4bb346..637efdd10405 100644 --- a/suite/common/contentAreaContextOverlay.xul +++ b/suite/common/contentAreaContextOverlay.xul @@ -43,8 +43,8 @@ hidden/shown upon display, based on what the user has clicked-on. --> + onpopupshowing="if (event.target != this) return true; gContextMenu = new nsContextMenu( this ); return gContextMenu.shouldDisplay;" + onpopuphiding="if (event.target == this) gContextMenu = null;">