Bug 157712 - Web Inspector: unable to expand/collapse tree outline sections using arrow keys
Summary: Web Inspector: unable to expand/collapse tree outline sections using arrow keys
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-14 13:55 PDT by BJ Burg
Modified: 2016-12-13 15:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 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
Comment 1 Radar WebKit Bug Importer 2016-05-14 13:55:36 PDT
<rdar://problem/26287082>
Comment 2 Matt Baker 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.
Comment 3 Timothy Hatcher 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.