Bug 312399
| Summary: | [Site Isolation] Validation message bubble is positioned incorrectly in cross-origin iframes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | New Bugs | Assignee: | zak ridouh <zakr> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
When site isolation is enabled, form validation bubbles triggered from elements inside cross-origin iframes appear at the wrong position. The anchor rect sent via ShowValidationMessage IPC is in subframe coordinates, but the UIProcess treats it as main-frame coordinates.
This is the same class of bug I previously fixed for color pickers, datalist suggestions, and datetime pickers.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/174855372>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/62839
EWS
Committed 313326@main (4221343a3e61): <https://commits.webkit.org/313326@main>
Reviewed commits have been landed. Closing PR #62839 and removing active labels.