RESOLVED FIXED 221924
Web Inspector: Add checkbox to toggle all grid overlays
https://bugs.webkit.org/show_bug.cgi?id=221924
Summary Web Inspector: Add checkbox to toggle all grid overlays
Nikita Vasilyev
Reported 2021-02-15 14:13:10 PST
Created attachment 420369 [details] [Image] Mockup I encountered that most of the time I want to show/hide all grid overlays at once. It would be handy to have a global checkbox. When some grids are on and some are off, the global checkbox should have a partial state: [-] Grid Overlays: [v] div.column [ ] section.Copy This can be achieved with: ``` checkboxElement.indeterminate = true; ```
Attachments
[Image] Mockup (138.26 KB, image/png)
2021-02-15 14:13 PST, Nikita Vasilyev
no flags
Patch (6.80 KB, patch)
2021-03-10 17:48 PST, Nikita Vasilyev
no flags
[Video] With patch applied (2.44 MB, video/quicktime)
2021-03-10 17:51 PST, Nikita Vasilyev
no flags
Patch (6.85 KB, patch)
2021-03-10 17:59 PST, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2021-02-15 14:13:19 PST
Nikita Vasilyev
Comment 2 2021-03-10 17:48:01 PST
Nikita Vasilyev
Comment 3 2021-03-10 17:51:37 PST
Created attachment 422890 [details] [Video] With patch applied
Nikita Vasilyev
Comment 4 2021-03-10 17:59:49 PST
Created attachment 422892 [details] Patch Rebaselined.
Blaze Burg
Comment 5 2021-03-10 23:09:09 PST
Comment on attachment 422892 [details] Patch r=me
EWS
Comment 6 2021-03-10 23:28:54 PST
Committed r274268: <https://commits.webkit.org/r274268> All reviewed patches have been landed. Closing bug and clearing flags on attachment 422892 [details].
Note You need to log in before you can comment on or make changes to this bug.