Bug 303675
| Summary: | Add focus and blur events that always bubble up all the way to window for autofill implementation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | New Bugs | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
For autofill implementation, it's desirable to have focus/blur events equivalent that always bubble up the whole event path
as opposed to stopping at the top of the tree where the related target matches the target like for regular focus/blur events.
This allows autofill implementation not having to add event listeners to each shadow tree.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/54968
EWS
Committed 304112@main (d98000f4188c): <https://commits.webkit.org/304112@main>
Reviewed commits have been landed. Closing PR #54968 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/166089850>