Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
toolbar.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Jul 2009 at 21:44 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Everett Zufelt commented+1
There needs to be visual representation for keyboard only users of which link in the toolbar has focus. It is also important that focusable elements within a widget (toolbar) have a consistent visual-DOM order so that keyboard only users can intuitively predict where focus will be moving.
Comment #2
alpritt commentedThis styles :focus the same as :hover. It also switches the source order of the top navigation menu and top user menu so that they match the order they display on screen.
Comment #3
gábor hojtsyApplied to my D7 testing setup. Works as advertised. Looks still the same as before (with the switched source order), but has the hover looks on keyboard navigation too. Should be ready to go.
Comment #4
dries commentedCommitted. Thanks.