From f55bfe096dd5f90ba93590dbc6d2832ebe1c3941 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sat, 20 Apr 2013 11:10:44 -0400
Subject: [PATCH] Fix unintentional messages list jumps on click in Internet Explorer (#1489056)
---
program/js/list.js | 1 -
CHANGELOG | 1 +
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 09fbcff..cdcb714 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix unintentional messages list jumps on click in Internet Explorer (#1489056)
- Fix list of required configuration options (#1489055)
- Fix DB error when creating a new contact and a group is selected (#1489051)
- Fix handling of deprecated boolean value of reply_mode option (#1489052)
diff --git a/program/js/list.js b/program/js/list.js
index 6c4b861..7bd29cf 100644
--- a/program/js/list.js
+++ b/program/js/list.js
@@ -687,7 +687,6 @@
this.shift_start = null;
this.last_selected = id;
- this.list.focus();
},
--
Gitblit v1.9.1