From dcc28801e7823ab5faf4f824a18093e7ad07ea74 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 21 Sep 2001 05:32:24 +0000 Subject: [PATCH] Landing 89950 on the branch for varada. git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_4_BRANCH@103431 18797224-902f-48f8-a5cc-f745e15eee43 --- .../mailnews/compose/resources/content/MsgComposeCommands.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js index 01b792700b1..911fbe391d2 100644 --- a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js @@ -1587,6 +1587,9 @@ function SelectAddress() toAddress:toAddress, ccAddress:ccAddress, bccAddress:bccAddress}); + // We have to set focus to the addressingwidget because we seem to loose focus often + // after opening the SelectAddresses Dialog- bug # 89950 + AdjustFocus(); } function queryISupportsArray(supportsArray, iid) {