Fix unintentional messages list jumps on click in Internet Explorer (#1489056)

pull/88/head
Aleksander Machniak 11 years ago
parent 037f4c27c2
commit f55bfe096d

@ -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)

@ -687,7 +687,6 @@ select_row: function(id, mod_key, with_mouse)
this.shift_start = null;
this.last_selected = id;
this.list.focus();
},

Loading…
Cancel
Save