Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
toolbar.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Jun 2010 at 20:19 UTC
Updated:
12 Oct 2010 at 04:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Everett Zufelt commentedIf a keyboard only user were on a system where the toolbar was closed, would there be any way for them to access the functionality of the toolbar without guessing about when the open control has focus?
Comment #2
YaxBalamAhaw commentedAs far as I can tell, the toolbar drawer is only used for "shortcuts," so keyboard-only users could access any page without using the shortcuts; but if the drawer is closed, a keyboard-only user would have to guess that the "open drawer" link had focus to open the drawer and use the shortcuts.
Comment #3
casey commentedComment #4
mgiffordThis modification works, but changes the display so that the arrow isn't visible when it is focused.
I've attached screenshots that demonstrates the problem I'm seeing in my sandbox. Let me know if you want to see it in action.
Comment #5
damien tournoud commentedShouldn't/couldn't we open the shortcuts drawer automatically on keyboard focus?
Comment #6
Everett Zufelt commented@Damien
Opening the shortcut drawer automatically on keyboard focus seems like a good idea However, if this were the case keyboard only users might end up having to tab through all shortcuts to get past the drawer every time. Providing the ability to open or close the drawer makes the most sense.
Comment #7
YaxBalamAhaw commented@mgifford I tested the patch, and it works if you replace toolbar.png with the one uploaded under the patch.
Comment #8
mgiffordOops. Hadn't noticed the new .png. I replaced the image file and it now is accessible using a keyboard.
Nobody else should notice a change. It is implemented here if people want to see http://drupal7.dev.openconcept.ca/
Comment #9
mgifford#3: toolbar-togglefocus.patch queued for re-testing.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks.
Comment #11
deekayen commentedI shaved off some bytes with ImageOptim.
Comment #12
mikey_p commentedSaves 61 bytes. I double checked the file size using Chrome inspector and the images values using Digital Color Meter on OS X.
Comment #13
dries commentedThanks deekayen. Committed to CVS HEAD.