mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-15 14:05:57 +00:00
Fix password box focus issue in Firefox 9 for WebUI
This commit is contained in:
parent
a5742f892d
commit
6b2320d4b6
@ -148,6 +148,6 @@ Deluge.LoginWindow = Ext.extend(Ext.Window, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onShow: function() {
|
onShow: function() {
|
||||||
this.passwordField.focus(true, true);
|
this.passwordField.focus(true, 100);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user