From 6ae91ba6fc2a793d9a62b37d61e041e3cb035a34 Mon Sep 17 00:00:00 2001 From: "andreww%netscape.com" Date: Fri, 7 Dec 2001 05:10:07 +0000 Subject: [PATCH] bugzilla 98415 sr=mscott r=andreww colorpicker problems. Patch from Brad Tiffany --- xpfe/global/resources/content/bindings/colorpicker.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xpfe/global/resources/content/bindings/colorpicker.xml b/xpfe/global/resources/content/bindings/colorpicker.xml index 1bdae8755848..a26a72c451e3 100644 --- a/xpfe/global/resources/content/bindings/colorpicker.xml +++ b/xpfe/global/resources/content/bindings/colorpicker.xml @@ -541,6 +541,7 @@ 36 && event.keyCode < 41)) && !this.mOpen) + this.openPopup(); ]]> @@ -549,6 +550,7 @@ // popup="_child" mechanism, I can't use that because I can't seem to // get it to recognize the popupalign and popupanchor attributes that way // So, I have to do it manually... + this.focus(); this.openPopup(); ]]>