Bug 192211 - Web Inspector: Audit: enabling/disabling an audit should put it's container group into an intermediate state
Summary: Web Inspector: Audit: enabling/disabling an audit should put it's container g...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on: WebInspectorAuditTab 192210
Blocks:
  Show dependency treegraph
 
Reported: 2018-11-29 19:43 PST by Devin Rousso
Modified: 2019-01-10 21:57 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.44 KB, patch)
2018-12-03 15:03 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2018-11-29 19:43:54 PST
This specifically refers to the <input type="checkbox"> used for enabling/disabling the audit when editing.
 - disabling a group should also disable all of its descendants
 - enabling a group should also enable all of its descendants
 - enabling/disabling a descendant should put the group (recursively up the chain) into an indeterminate [-] state if there are other children that are disabled/enabled
Comment 1 Radar WebKit Bug Importer 2018-12-03 10:42:37 PST
<rdar://problem/46423621>
Comment 2 Devin Rousso 2018-12-03 15:03:46 PST
Created attachment 356412 [details]
Patch
Comment 3 Devin Rousso 2019-01-10 20:55:53 PST
Merged into <https://webkit.org/b/192210>.