[Webkit-unassigned] [Bug 221924] New: Web Inspector: Add checkbox to toggle all grid overlays
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 15 14:13:10 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221924
Bug ID: 221924
Summary: Web Inspector: Add checkbox to toggle all grid
overlays
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: nvasilyev at apple.com
CC: inspector-bugzilla-changes at group.apple.com,
webkit-bug-importer at group.apple.com
Created attachment 420369
--> https://bugs.webkit.org/attachment.cgi?id=420369&action=review
[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;
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210215/3861d3b7/attachment.htm>
More information about the webkit-unassigned
mailing list