From e9e7535789978ed8d75a76715e9466ede3355744 Mon Sep 17 00:00:00 2001 From: Aaron Cannon Date: Wed, 11 Dec 2013 09:02:18 -0600 Subject: [PATCH] Calendar: Improve warning about inaccessible week and month views The switch to week and month view buttons not only make it clear to screen reader users that those views are inaccessible, but also, with this commit, now also direct the user to the accessible Agenda view. fixes CNVS-9935 Test plan: - Visit calendar 2. - With a screenreader, verify that the switch to Week and Month control labels direct the user to the agenda view. - Verify that this message is not presented visually. Change-Id: I3597e46ea9b00ddb257844a4ad5b62917df9b935 Reviewed-on: https://gerrit.instructure.com/27268 Reviewed-by: Aaron Cannon Tested-by: Jenkins QA-Review: Matt Fairbourn Product-Review: Aaron Cannon --- app/views/jst/calendar/calendarHeader.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/jst/calendar/calendarHeader.handlebars b/app/views/jst/calendar/calendarHeader.handlebars index 2417ea9cc9d..f88c4889f23 100644 --- a/app/views/jst/calendar/calendarHeader.handlebars +++ b/app/views/jst/calendar/calendarHeader.handlebars @@ -17,11 +17,11 @@