infoView should gain focus on mousedown, fixes #2491
This commit is contained in:
parent
87709f7808
commit
f984748ffe
4 changed files with 12 additions and 0 deletions
|
|
@ -633,6 +633,9 @@ pandora.ui.infoView = function(data) {
|
|||
};
|
||||
|
||||
that.bindEvent({
|
||||
mousedown: function() {
|
||||
that.gainFocus()
|
||||
},
|
||||
pandora_icons: that.reload,
|
||||
pandora_showsiteposters: function() {
|
||||
ui.icons == 'posters' && that.reload();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue