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 EditingAssignee: 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
Reported 2025-11-07 05:04:09 PST
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
Alexey Proskuryakov
Comment 1 2025-11-07 17:13:14 PST
Thank you for the report! I can reproduce.
Radar WebKit Bug Importer
Comment 2 2025-11-07 17:13:20 PST
Wenson Hsieh
Comment 3 2025-11-09 17:25:48 PST
EWS
Comment 4 2025-11-10 07:34:40 PST
Committed 302794@main (db75ea4ed5c1): <https://commits.webkit.org/302794@main> Reviewed commits have been landed. Closing PR #53648 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.