Bug 67766
| Summary: | Crashes in WebCore::ApplyStyleCommand::applyBlockStyle(WebCore::EditingStyle*) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | shinyak |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 67668 | ||
Shinya Kawanaka
<mfrac id="div" contenteditable="true">≌<script>
div.focus();
document.execCommand("SelectAll");
document.execCommand("RemoveFormat");
</script>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
Hmm... It seems this crash is caused by the same reason as Issue 67765.
*** This bug has been marked as a duplicate of bug 67765 ***