Bug 192112 - Web Inspector: REGRESSION(r238602): Elements: deleting a DOM node puts the previous node's TreeElement into a permanent selected state
Summary: Web Inspector: REGRESSION(r238602): Elements: deleting a DOM node puts the pr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Matt Baker
URL: https://devinrousso.com/demo/WebKit/t...
Keywords: InRadar
Depends on: 192059
Blocks:
  Show dependency treegraph
 
Reported: 2018-11-28 15:18 PST by Devin Rousso
Modified: 2018-12-14 12:49 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).