Bug 4847
Summary: | document.open() after form.submit() does not cancel submission, but should | ||
---|---|---|---|
Product: | WebKit | Reporter: | Darin Adler <darin> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | andersca, dglazkov, ian |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
Bug Depends on: | |||
Bug Blocks: | 4565 |
Darin Adler
This seems to be the reason that the W3C DOM test involving form submission is failing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Darin Adler
I'm testing a fix that makes cancelRedirection cancel form submissions too.
Dimitri Glazkov (Google)
Darin, do you remember which test it was by any chance?
Dimitri Glazkov (Google)
Ah, dom/html/level2/html/HTMLFormElement10.html.
Dimitri Glazkov (Google)
Not sure since when, but this test now passes.