diff --git a/static/js/infoView.bakma.js b/static/js/infoView.bakma.js index aabf5d2..0ddaf7b 100644 --- a/static/js/infoView.bakma.js +++ b/static/js/infoView.bakma.js @@ -785,6 +785,11 @@ pandora.ui.infoView = function(data) { }; that.bindEvent({ + mousedown: function() { + setTimeout(function() { + !Ox.Focus.focusedElementIsInput() && that.gainFocus(); + }); + }, pandora_icons: that.reload, pandora_showsiteposters: function() { ui.icons == 'posters' && that.reload();