RESOLVED WONTFIX 192387
Web Inspector: Children of collapsed TreeElements should not be selectable
https://bugs.webkit.org/show_bug.cgi?id=192387
Summary Web Inspector: Children of collapsed TreeElements should not be selectable
Matt Baker
Reported 2018-12-04 15:14:06 PST
Summary: Children of collapsed TreeElements should not be selectable. This matches the system behavior (Finder, Xcode). Furthermore, collapsing a TreeElement with selected children should cause its children to be deselected. The motivation behind these changes is to prevent the user from unintentionally modifying hidden TreeElements.
Attachments
Patch (7.07 KB, patch)
2019-03-27 18:51 PDT, Matt Baker
mattbaker: commit-queue-
[Image] With patch applied (523.95 KB, image/png)
2019-03-27 18:57 PDT, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2018-12-04 15:14:38 PST
Matt Baker
Comment 2 2018-12-14 13:16:15 PST
In addition, collapsing the parent of a selected element should cause the element to be deselected. This also matches system behavior.
Matt Baker
Comment 3 2019-03-27 18:51:59 PDT
Matt Baker
Comment 4 2019-03-27 18:57:27 PDT
Created attachment 366143 [details] [Image] With patch applied Collapsing the parent of the selected DOM node causes there to be no selection. This is a pretty poor experience, since the navigation path and most of the details sidebar panels disappear.
Note You need to log in before you can comment on or make changes to this bug.