Note: Issue is specific to Chrome.

When navigating the OpenPublic homepage using the keyboard, user is able to traverse the primary menu successfully, but when the tab order hits the rotator, the links in the first slide are passed through and then the tab order resets, with focus returning to the skip link at the top.

Comments

  • hefox committed 0708d18 on 7.x-1.x
    Issue #2341057: move to using js file over sucky file
    
  • hefox committed 7136d67 on 7.x-1.x
    Issue #2341057: Select the equivlent link in the new slide
    
hefox’s picture

Status: Active » Fixed

So the home page rotator is hiding and unhiding items, which course means the area in focus is changing. To try and fix that, I checked to see if current active element was in a slide then move the focus to currently visible slide in same position that it was in last slide. There's a small delay on this so might not always work, but should fix it for majority of people. Sliders are not really most accessibile things around, specially ones that automatically slide at such a high pace...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.