зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
186453e4bd
Коммит
d11e5563b1
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче