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


git-svn-id: svn://10.0.0.236/trunk@202314 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%arlen.demon.co.uk 2006-07-18 11:26:06 +00:00
parent 366dee7682
commit 19f962ca5d

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