diff --git a/mozilla/mail/components/compose/content/MsgComposeCommands.js b/mozilla/mail/components/compose/content/MsgComposeCommands.js index a97346f21cb..42fea610b37 100644 --- a/mozilla/mail/components/compose/content/MsgComposeCommands.js +++ b/mozilla/mail/components/compose/content/MsgComposeCommands.js @@ -228,6 +228,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");