NEW 157712
Web Inspector: unable to expand/collapse tree outline sections using arrow keys
https://bugs.webkit.org/show_bug.cgi?id=157712
Summary Web Inspector: unable to expand/collapse tree outline sections using arrow keys
Blaze Burg
Reported 2016-05-14 13:55:05 PDT
STEPS TO REPRODUCE: 1. Open the debugger tab 2. Select a resource 3. Press the left arrow key 4. Press the right arrow key EXPECTED: The tree outline section should collapse at step (3), and expand at step (4) ACTUAL: Nothing happens
Attachments
Radar WebKit Bug Importer
Comment 1 2016-05-14 13:55:36 PDT
Matt Baker
Comment 2 2016-05-18 08:31:17 PDT
To do this DetailsSection would need to be focusable, so that it can respond to the right arrow key and expand itself. A global Inspector setting similar to OS X's "Full Keyboard Access, All Controls" (Settings > Keyboard > Shortcuts) would be a good accessibility enhancement that would cover cases like this.
Timothy Hatcher
Comment 3 2016-05-18 09:30:13 PDT
I think we can do this I intercepting tree outlines key events when it's not handled. Because the tree outline will be the one that has focus.
Note You need to log in before you can comment on or make changes to this bug.