RESOLVED FIXED Bug 192112
Web Inspector: REGRESSION(r238602): Elements: deleting a DOM node puts the previous node's TreeElement into a permanent selected state
https://bugs.webkit.org/show_bug.cgi?id=192112
Summary Web Inspector: REGRESSION(r238602): Elements: deleting a DOM node puts the pr...
Devin Rousso
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2018-11-29 09:28:54 PST
Devin Rousso
Comment 2 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).
Note You need to log in before you can comment on or make changes to this bug.