diff --git a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js index 9f928773c74..5429a8fc6df 100644 --- a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js @@ -227,6 +227,10 @@ var gComposeRecyclingListener = { disableEditableFields(); ReleaseGlobalVariables(); + // Clear the focus + if (top.awInputElement.getAttribute('focused') != '') + top.awInputElement.removeAttribute('focused'); + //Reset Boxes size document.getElementById("headers-box").removeAttribute("height"); document.getElementById("appcontent").removeAttribute("height");