From 800f211937e4e09a02779c20c6c79ce6edd833f1 Mon Sep 17 00:00:00 2001 From: Gislene Pereira Date: Sun, 25 Oct 2015 16:20:00 -0300 Subject: [#414] - Setting the focus to Recipients To Box and fixing tab index. --- web-ui/app/js/mail_view/ui/compose_box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/js/mail_view') diff --git a/web-ui/app/js/mail_view/ui/compose_box.js b/web-ui/app/js/mail_view/ui/compose_box.js index 28f6dc83..92588310 100644 --- a/web-ui/app/js/mail_view/ui/compose_box.js +++ b/web-ui/app/js/mail_view/ui/compose_box.js @@ -70,7 +70,7 @@ define( this.after('initialize', function () { this.renderComposeBox(); - this.select('subjectBox').focus(); + this.select('toBox').focus(); this.on(this.select('cancelButton'), 'click', this.showNoMessageSelected); this.on(document, events.mail.deleted, this.mailDeleted); -- cgit v1.2.3