Bug 147736
| Summary: | Web Inspector: Regression: Setting text content of an element with no children doesn't work | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikita Vasilyev <nvasilyev> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Critical | CC: | bburg, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Nikita Vasilyev
<div>blah</div>
Steps:
1. Inspect <div>
2. Double click on "blah" in the DOM outline
3. Delete the text, press Command Enter
4. Right click on <div> and select "Edit as HTML"
5. Type "foo" between <div> and </div>, press Command Enter
Expected:
The web page shows <div>blah</div>
Actual:
The web page shows an empty div, the DOM outline shows <div>blah</div>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
Yep, a duplicate. Lets forward dup to the bug with a fix.
*** This bug has been marked as a duplicate of bug 148268 ***
Radar WebKit Bug Importer
<rdar://problem/22374261>