mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
141064 - focus for new mailing list dialog should be in list name field. r=hewitt, sr=sspitzer.
This commit is contained in:
parent
2cfab56b94
commit
305ee08f02
@ -245,7 +245,7 @@ function OnLoadNewMailList()
|
||||
// focus on first name
|
||||
var listName = document.getElementById('ListName');
|
||||
if ( listName )
|
||||
listName.focus();
|
||||
setTimeout( function(firstTextBox) { firstTextBox.focus(); }, 0, listName );
|
||||
|
||||
moveToAlertPosition();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user