WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
239631
Drag and drop link in WKWebView causes UIDragInteraction soft assert on iOS 15
https://bugs.webkit.org/show_bug.cgi?id=239631
Summary
Drag and drop link in WKWebView causes UIDragInteraction soft assert on iOS 15
Liam DeBeasi
Reported
2022-04-21 16:17:00 PDT
Created
attachment 458101
[details]
Code reproduction Dragging and dropping a link in a webview on iOS 15 causes a UIDragInteraction soft assert to be logged. The full message reads: [Assert] CLIENT APP ERROR - Neither the view or container of the UITargetedPreview is currently in a window. This is in violation of UIDragInteraction API contract and can cause a severe visual glich. THIS IS A CLIENT APP BUG and will soon be a hard assert. PLEASE FIX ME Steps to reproduce: 1. Download attached code reproduction. 2. Open code reproduction in Xcode and deploy to a device running iOS 15. 3. Drag and drop the "A simple link" link. Observe that the sort assert is logged to the Xcode console. Expected Behavior: I would expect that no assert is logged when dragging and dropping. Actual Behavior: An assert is logged when dragging and dropping. Other Information: I tested this on a device running iOS 15.4.1.
Attachments
Code reproduction
(26.89 KB, application/zip)
2022-04-21 16:17 PDT
,
Liam DeBeasi
no flags
Details
Video reproduction of the issue
(2.84 MB, video/quicktime)
2022-04-21 16:20 PDT
,
Liam DeBeasi
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Liam DeBeasi
Comment 1
2022-04-21 16:20:19 PDT
Created
attachment 458102
[details]
Video reproduction of the issue I have attached a video reproduction of the issue running on a simulator. I am also able to reproduce this issue on a physical device.
Radar WebKit Bug Importer
Comment 2
2022-04-28 16:17:16 PDT
<
rdar://problem/92493717
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug