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