From 10d39a7fdcb4989e2b0b0b037faac868f350fe93 Mon Sep 17 00:00:00 2001 From: "ducarroz%netscape.com" Date: Fri, 4 Aug 2000 21:35:32 +0000 Subject: [PATCH] Fix for bug 47250. As we cannot have more than one keyset per window, we need to define key outside the keyset tag in the overlay. That let other window that includes the overlay defines their own keyset and eventually includes some of the keys defined in the overlay. R=cmanske --- editor/ui/composer/content/editorOverlay.xul | 45 ++++++++++++++------ 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/editor/ui/composer/content/editorOverlay.xul b/editor/ui/composer/content/editorOverlay.xul index 1e9d690f49d..0acc20aaea1 100644 --- a/editor/ui/composer/content/editorOverlay.xul +++ b/editor/ui/composer/content/editorOverlay.xul @@ -36,7 +36,24 @@