Bug 192114 - Web Inspector: REGRESSION(r238602): Elements: deleting a hidden DOM node doesn't highlight the newly selected DOM node
Summary: Web Inspector: REGRESSION(r238602): Elements: deleting a hidden DOM node does...
Status: RESOLVED WONTFIX
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:24 PST by Devin Rousso
Modified: 2018-12-14 13:19 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:24:00 PST
* STEPS TO REPRODUCE:
1. open WebInspector
2. go to the Elements tab
3. expand the <section> in the DOM tree
4. select the first <div> child
5. collapse the <section> by clicking on the disclosure arrow
6. press ⌫ to delete the element (nothing will be selected, but both the selection path component and CSS sidebar will update)
7. expand the <section> by clicking on the disclosure arrow
 => nothing is selected (I'd expect the new first <div> child to be selected)
Comment 1 Radar WebKit Bug Importer 2018-11-29 09:34:13 PST
<rdar://problem/46344323>
Comment 2 Matt Baker 2018-12-14 13:19:32 PST
This will be fixed by https://bugs.webkit.org/show_bug.cgi?id=192387.