Bug 302153
| Summary: | REGRESSION (iOS 26): Edit menu isn’t shown when tapping inside a text field with looping animation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alex <alexander> |
| Component: | HTML Editing | Assignee: | Wenson Hsieh <wenson_hsieh> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | thorton, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 26 | ||
| Hardware: | Unspecified | ||
| OS: | iOS 26 | ||
Alex
I have an input with a wrapping container which has a useless animation that does not do anything:
@keyframes test {
to { content: "" }
}
I use it to listen to "animationcancel" event so I can tell when the element disappears from DOM.
After updating to iOS26 the popover to "paste" text into the input is broken, it immediately disappears every animation cycle apparently.
Here's a minimal reproduction on Codepen with all the relevant style rules:
https://codepen.io/waterplea/pen/QwyRbNo
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Thank you for the report! I can reproduce.
Radar WebKit Bug Importer
<rdar://problem/164290305>
Wenson Hsieh
Pull request: https://github.com/WebKit/WebKit/pull/53648
EWS
Committed 302794@main (db75ea4ed5c1): <https://commits.webkit.org/302794@main>
Reviewed commits have been landed. Closing PR #53648 and removing active labels.