fix 22853, first To: address field not focused in new mail when last mail sent with first address field in focus, patch by w.woods@optusnet.com.au, r/sr=bienvenu

git-svn-id: svn://10.0.0.236/trunk@201874 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com
2006-07-11 14:21:38 +00:00
parent 3be8ce8e88
commit e1c5f680d1

View File

@@ -231,6 +231,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");