Aleksander Machniak
2013-04-20 f55bfe096dd5f90ba93590dbc6d2832ebe1c3941
Fix unintentional messages list jumps on click in Internet Explorer (#1489056)
2 files modified
2 ■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/list.js 1 ●●●● patch | view | raw | blame | history
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)
program/js/list.js
@@ -687,7 +687,6 @@
    this.shift_start = null;
  this.last_selected = id;
  this.list.focus();
},