WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
208562
Web Inspector: AXI: no way to expand/collapse sidebar sections with Tab navigation
https://bugs.webkit.org/show_bug.cgi?id=208562
Summary
Web Inspector: AXI: no way to expand/collapse sidebar sections with Tab navig...
Nikita Vasilyev
Reported
2020-03-03 23:34:22 PST
Details sections are used in Elements tab (Computed and Node panels), Sources tab (Breakpoints, Resource, Scope Chain), and Storage tab. There's currently now way to focus on the section with Tab/Shift-Tab navigation.
Attachments
Patch
(5.30 KB, patch)
2020-03-06 18:28 PST
,
Nikita Vasilyev
hi
: review+
Details
Formatted Diff
Diff
[Video] With patch applied
(680.54 KB, video/quicktime)
2020-03-06 18:31 PST
,
Nikita Vasilyev
no flags
Details
Patch
(5.30 KB, patch)
2020-03-06 20:34 PST
,
Nikita Vasilyev
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-03-03 23:34:32 PST
<
rdar://problem/60028941
>
Nikita Vasilyev
Comment 2
2020-03-06 18:28:40 PST
Created
attachment 392828
[details]
Patch
Nikita Vasilyev
Comment 3
2020-03-06 18:31:57 PST
Created
attachment 392829
[details]
[Video] With patch applied
Devin Rousso
Comment 4
2020-03-06 20:14:27 PST
Comment on
attachment 392828
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=392828&action=review
r=me
> Source/WebInspectorUI/UserInterface/Views/DetailsSection.css:107 > + margin-top: calc(-1 * var(--details-section-header-vertical-padding));
Some explanation as to why this is necessary would be nice :)
> Source/WebInspectorUI/UserInterface/Views/DetailsSection.css:122 > + outline-offset: -5px; > + border-radius: 9px;
These are oddly specific numbers. How do you come up with them?
> Source/WebInspectorUI/UserInterface/Views/DetailsSection.js:163 > + if (event.code === "Space" || event.code === "Enter") {
What's the difference between this (which only appears to be used once or twice in Web Inspector) and `keyIdentifier === "Left"` (which is used a good amount)?
Nikita Vasilyev
Comment 5
2020-03-06 20:33:04 PST
Comment on
attachment 392828
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=392828&action=review
>> Source/WebInspectorUI/UserInterface/Views/DetailsSection.css:107 >> + margin-top: calc(-1 * var(--details-section-header-vertical-padding)); > > Some explanation as to why this is necessary would be nice :)
I left a comment in the ChangeLog.
>> Source/WebInspectorUI/UserInterface/Views/DetailsSection.css:122 >> + border-radius: 9px; > > These are oddly specific numbers. How do you come up with them?
I tweaked the numbers so the outline is optically around the glyph. If we used a different glyph, the numbers would be different.
Nikita Vasilyev
Comment 6
2020-03-06 20:34:53 PST
Created
attachment 392845
[details]
Patch
WebKit Commit Bot
Comment 7
2020-03-06 21:23:03 PST
Comment on
attachment 392845
[details]
Patch Clearing flags on attachment: 392845 Committed
r258058
: <
https://trac.webkit.org/changeset/258058
>
WebKit Commit Bot
Comment 8
2020-03-06 21:23:04 PST
All reviewed patches have been landed. Closing bug.
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