| Summary: | Web Inspector: Add "outline focused element" debug setting | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| 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, timothy, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 208217 | ||||||||
| Attachments: |
|
||||||||
|
Description
Nikita Vasilyev
2020-02-15 17:37:33 PST
Created attachment 390877 [details]
Patch
Created attachment 390879 [details]
[Image] With patch applied
Comment on attachment 390877 [details] Patch Clearing flags on attachment: 390877 Committed r256788: <https://trac.webkit.org/changeset/256788> All reviewed patches have been landed. Closing bug. Comment on attachment 390877 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=390877&action=review > Source/WebInspectorUI/UserInterface/Base/Main.js:568 > + function setFocusDebugOutline() { This should really exist inside 'Source/WebInspectorUI/UserInterface/Debug/Bootstrap.js' so we don't ship it when it's not going to be usable. > Source/WebInspectorUI/UserInterface/Views/Main.css:124 > +body.focus-debug *:focus { This should really exist inside 'Source/WebInspectorUI/UserInterface/Debug/Bootstrap.css' (which we should create) so we don't ship it when it's not going to be usable. |