GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 9 forks source link

⌨ Focus after toggling role on nav bar #11994

Open vd1992 opened 4 hours ago

vd1992 commented 4 hours ago

⌨ Accessibility Issue

Toggle your active role should keep focus there so you can access the changed links. Currently focus goes below the nav bar making you have to go back up

🕵️ Details

📋 Steps to Reproduce

  1. Tab to role select
  2. Switch role
  3. Notice where focus ends up next, preventing quickly getting to a new link

📸 Screenshot

Start here

image

Switch to admin with the goal of let us say, accessing the users page

image

Press tab and focus ends up on a button link below

image

✅ Acceptance Criteria

esizer commented 2 hours ago

This is going to be very tricky :sweat_smile:

We auto focus the h1 on a page when changing routes to announce to screen readers about the new context since it is missing due to the fact that we have an SPA.

I also found this interaction very confusing while doing screen reader testing and I honestly don't know what to do :woman_shrugging: