Fix password box focus issue in Firefox 9 for WebUI
This commit is contained in:
parent
e8eb7a33f0
commit
7d7e3fad1e
|
@ -148,6 +148,6 @@ Deluge.LoginWindow = Ext.extend(Ext.Window, {
|
|||
},
|
||||
|
||||
onShow: function() {
|
||||
this.passwordField.focus(true, true);
|
||||
this.passwordField.focus(true, 100);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue