summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-08-13 18:24:59 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-08-13 18:25:09 +0200
commit48e340a82938a83ff337eadb7d6d64c2b13acffe (patch)
tree1fe94b962d1b9893e7edbce1d9de6256dde043cf /program/js/app.js
parent4045cd9266766488500bf038f2360e3b146d6bdc (diff)
Allow focussing treelist item checkboxes with tab and normal list navigation with cursor keys (#1489648)
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 5a8734772..a8e66e211 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5745,6 +5745,7 @@ function rcube_webmail()
this.subscription_list = new rcube_treelist_widget(this.gui_objects.subscriptionlist, {
selectable: true,
+ tabexit: false,
id_prefix: 'rcmli',
id_encode: this.html_identifier_encode,
id_decode: this.html_identifier_decode,