WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-05-14 13:55:36 PDT
<
rdar://problem/26287082
>
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.
Top of Page
Format For Printing
XML
Clone This Bug