Bug 282669 First ("To:") address field not focused in new mail when last mail sent with first address field in focus

p=w.woods r=me sr=bienvenu
This commit is contained in:
bugzilla%arlen.demon.co.uk 2006-07-18 11:26:06 +00:00
parent 22981d08d5
commit 22b24daebd

View File

@ -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");