Bug 303019
| Summary: | Add a composed submit event | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Nham <nham> |
| Component: | WebCore JavaScript | Assignee: | Ben Nham <nham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ben Nham
Some use cases want to be able to register a single top-level submit event listener that gets called back for form submissions whether or not they happen in a shadow tree. Add a composed `webkitsubmit` event for this use case. It behaves exactly the same as the submit event, but it is composed so it will propagate out of the shadow tree.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/165291067>
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/54380
EWS
Committed 303703@main (0fc7a94ca7d2): <https://commits.webkit.org/303703@main>
Reviewed commits have been landed. Closing PR #54380 and removing active labels.