Bug 192112

Summary: Web Inspector: REGRESSION(r238602): Elements: deleting a DOM node puts the previous node's TreeElement into a permanent selected state
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: hi, inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
URL: https://devinrousso.com/demo/WebKit/test.html
See Also: https://bugs.webkit.org/show_bug.cgi?id=192091
Bug Depends on: 192059    
Bug Blocks:    

Description Devin Rousso 2018-11-28 15:18:29 PST
* STEPS TO REPRODUCE:
1. open WebInspector
2. go to the Elements tab
3. select the last <area>
4. press ⌫ to delete the element (the second <area> should be selected)
5. select the <body>"
 => both <body> and the second <area> are selected
Comment 1 Radar WebKit Bug Importer 2018-11-29 09:28:54 PST
<rdar://problem/46344312>
Comment 2 Devin Rousso 2018-12-14 12:49:49 PST
This has since been fixed by one of the recent `WI.SelectionController` or `WI.TreeOutline` changes (not sure which).