From 2b4f30518316a843a946fe7466dd5256d237bd65 Mon Sep 17 00:00:00 2001 From: "ducarroz%netscape.com" Date: Fri, 21 Apr 2000 01:16:58 +0000 Subject: [PATCH] Fix problem where you cannot set or remove the focus on a textfield using JS call focus() or blur(). Now with this fix, we may have another bug showing up that don't let you tab outside the field. hyatt has a bug filed for that. R=hyatt. --- xpfe/global/resources/skin/xulBindings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/global/resources/skin/xulBindings.xml b/xpfe/global/resources/skin/xulBindings.xml index b95109d0c8c7..2bac921abc4c 100644 --- a/xpfe/global/resources/skin/xulBindings.xml +++ b/xpfe/global/resources/skin/xulBindings.xml @@ -276,8 +276,8 @@ onget="return this.anonymousContent[0].firstChild.readonly;"/> - - + +