From 60fd3c8b5f112457f595fe0ac250701413d2f7fa Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 28 Mar 2013 20:13:39 +0100 Subject: Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was a regression in fix for #1489008 --- program/js/list.js | 1 + 1 file changed, 1 insertion(+) (limited to 'program/js/list.js') diff --git a/program/js/list.js b/program/js/list.js index 660b74d85..6b8bb39c7 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -687,6 +687,7 @@ select_row: function(id, mod_key, with_mouse) this.shift_start = null; this.last_selected = id; + this.list.focus(); }, -- cgit v1.2.3