Summary: | Web Inspector: AXI: can't leave Styles and Computed panels by pressing Tab | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Nikita Vasilyev <nvasilyev> | ||||||
Component: | Web Inspector | Assignee: | Nikita Vasilyev <nvasilyev> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, hi, inspector-bugzilla-changes, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Nikita Vasilyev
2020-03-03 17:04:14 PST
Created attachment 392354 [details]
Patch
Comment on attachment 392354 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392354&action=review r=me > Source/WebInspectorUI/UserInterface/Views/GeneralStyleDetailsSidebarPanel.js:419 > + if (event.shiftKey && this._panel.focusLastSection) { Why not mimic `_handleForcedPseudoClassCheckboxKeydown` and have `if (event.key !== "Tab" || !event.shiftKey)` instead? That way, `if (this._panel.focusLastSection)` lines up quite nicely with the `this._panel.focusLastSection();` on the next line :) Created attachment 392645 [details]
Patch
Comment on attachment 392645 [details] Patch Clearing flags on attachment: 392645 Committed r257959: <https://trac.webkit.org/changeset/257959> All reviewed patches have been landed. Closing bug. |