Bug 11365
Summary: | Crash when dynamically editing frames | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ian 'Hixie' Hickson <ian> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Critical | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E%0A%3Cframeset%3E%3Cframe%20src%3D%22data%3A%2CEditThisText%22%3E%3C/frameset%3E |
Ian 'Hixie' Hickson
STEPS TO REPRODUCE
1. Go to:
http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E%0A%3Cframeset%3E%3Cframe%20src%3D%22data%3A%2CEditThisText%22%3E%3C/frameset%3E
2. Edit the text that says "EditThisText"
ACTUAL RESULTS
Crash.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ian 'Hixie' Hickson
Hm, seems this was fixed in the last few weeks.