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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user