WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
239782
REGRESSION (
r293117
): Context menu lift animation encompasses the entire web view
https://bugs.webkit.org/show_bug.cgi?id=239782
Summary
REGRESSION (r293117): Context menu lift animation encompasses the entire web ...
Wenson Hsieh
Reported
2022-04-26 12:06:03 PDT
rdar://92342919
Attachments
Patch
(9.42 KB, patch)
2022-04-26 12:08 PDT
,
Wenson Hsieh
no flags
Details
Formatted Diff
Diff
Patch
(2.30 KB, patch)
2022-04-26 12:40 PDT
,
Wenson Hsieh
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Wenson Hsieh
Comment 1
2022-04-26 12:08:42 PDT
Created
attachment 458387
[details]
Patch
Aditya Keerthi
Comment 2
2022-04-26 12:19:40 PDT
Comment on
attachment 458387
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=458387&action=review
> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:-11898 > -- (UITargetedPreview *)contextMenuInteraction:(UIContextMenuInteraction *)interaction configuration:(UIContextMenuConfiguration *)configuration previewForHighlightingItemWithIdentifier:(id<NSCopying>)identifier
The bug is probably due to using `previewForHighlightingItemWithIdentifier` rather than `highlightPreviewForItemWithIdentifier` here. But fine to revert if we need an immediate fix.
Wenson Hsieh
Comment 3
2022-04-26 12:20:45 PDT
(In reply to Aditya Keerthi from
comment #2
)
> Comment on
attachment 458387
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=458387&action=review
> > > Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:-11898 > > -- (UITargetedPreview *)contextMenuInteraction:(UIContextMenuInteraction *)interaction configuration:(UIContextMenuConfiguration *)configuration previewForHighlightingItemWithIdentifier:(id<NSCopying>)identifier > > The bug is probably due to using `previewForHighlightingItemWithIdentifier` > rather than `highlightPreviewForItemWithIdentifier` here. > > But fine to revert if we need an immediate fix.
Yep! I'm checking to make sure that just moving to `-highlightPreviewForItemWithIdentifier` fixes this. If so, I'll land a version of the patch that just adopts the new method.
Wenson Hsieh
Comment 4
2022-04-26 12:40:45 PDT
Created
attachment 458388
[details]
Patch
EWS
Comment 5
2022-04-26 14:19:15 PDT
Tools/Scripts/svn-apply failed to apply
attachment 458388
[details]
to trunk. Please resolve the conflicts and upload a new patch.
Wenson Hsieh
Comment 6
2022-04-26 14:25:40 PDT
Committed
r293448
: <
https://commits.webkit.org/r293448
>
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