Follow up to Bug 282669 First ("To:") address field not focused in new mail when last mail sent with first address field in focus - TB correction to use awGetInputElement(1) instead of top.awInputElement. Patch by Wayne Woods <w.woods@optusnet.com.au>,r=bienvenu,sr=mscott

This commit is contained in:
bugzilla%standard8.demon.co.uk 2006-08-05 19:41:14 +00:00
Родитель 186453e4bd
Коммит d11e5563b1
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -232,8 +232,7 @@ var gComposeRecyclingListener = {
ReleaseGlobalVariables();
// Clear the focus
if (top.awInputElement.getAttribute('focused') != '')
top.awInputElement.removeAttribute('focused');
awGetInputElement(1).removeAttribute('focused');
//Reset Boxes size
document.getElementById("headers-box").removeAttribute("height");