Bug 292012
| Summary: | [Site Isolation] Fix Spell Check | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brandon <brandonstewart> |
| Component: | WebKit2 | Assignee: | Brandon <brandonstewart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brandon
There is an issue where an iframe will get the wrong bounding box coordinates and will draw the spell check UI in the upper left hand corner of the screen. It should be right underneath the text instead.
To correct this we need to call convertRectToMainFrameCoordinates when we are showing the correction panel.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brandon
<rdar://117912363>
Brandon
Pull request: https://github.com/WebKit/WebKit/pull/44471
EWS
Committed 294111@main (c052807daec1): <https://commits.webkit.org/294111@main>
Reviewed commits have been landed. Closing PR #44471 and removing active labels.