Bug 192114
| Summary: | Web Inspector: REGRESSION(r238602): Elements: deleting a hidden DOM node doesn't highlight the newly selected DOM node | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | Web Inspector | Assignee: | Matt Baker <mattbaker> |
| Status: | RESOLVED WONTFIX | ||
| 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 | ||
| Bug Depends on: | 192059 | ||
| Bug Blocks: | |||
Devin Rousso
* 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)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/46344323>
Matt Baker
This will be fixed by https://bugs.webkit.org/show_bug.cgi?id=192387.