Bug 226625

Summary: [iOS] Long pressing images on 9gag.com fails to present context menus
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: PlatformAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, dino, hi, megan_gardner, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
For EWS none

Description Wenson Hsieh 2021-06-03 22:04:06 PDT
rdar://78136095
Comment 1 Wenson Hsieh 2021-06-03 22:37:53 PDT
Created attachment 430541 [details]
For EWS
Comment 2 Megan Gardner 2021-06-04 08:07:44 PDT
Comment on attachment 430541 [details]
For EWS

View in context: https://bugs.webkit.org/attachment.cgi?id=430541&action=review

> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:10386
> +        })();

I'm unsure why this is a block instead of just a pre-calculated bool. I'm guessing that it's because you can more easily write the logic?
Comment 3 Wenson Hsieh 2021-06-04 08:13:51 PDT
Comment on attachment 430541 [details]
For EWS

View in context: https://bugs.webkit.org/attachment.cgi?id=430541&action=review

Thanks for the review!

>> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:10386
>> +        })();
> 
> I'm unsure why this is a block instead of just a pre-calculated bool. I'm guessing that it's because you can more easily write the logic?

Indeed — I turned this into a block so that I could use early returns for each of the cases where we can show a preview (I feel that it's *slightly* cleaner than having it all on one line)
Comment 4 EWS 2021-06-04 08:32:29 PDT
Committed r278459 (238479@main): <https://commits.webkit.org/238479@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 430541 [details].