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 Inspector | Assignee: | 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: | |||
Devin Rousso
* 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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/46344312>
Devin Rousso
This has since been fixed by one of the recent `WI.SelectionController` or `WI.TreeOutline` changes (not sure which).