Bug 270041 - [UnifiedPDF] There's a tile flicker after resizing has finished
Summary: [UnifiedPDF] There's a tile flicker after resizing has finished
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: PDF (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Abrar Rahman Protyasha
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-02-24 10:51 PST by Simon Fraser (smfr)
Modified: 2024-08-20 00:59 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2024-02-24 10:51:36 PST
When resizing the window, there's an extra tile flicker (async tile paint) after the resize has finished.
Comment 1 Radar WebKit Bug Importer 2024-02-24 10:51:47 PST
<rdar://problem/123566595>
Comment 2 Simon Fraser (smfr) 2024-02-24 22:14:22 PST
This flicker is caused by tile resizing which throws away all the cached tiles.
Comment 3 Sammy Gill 2024-05-23 15:06:28 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29021
Comment 4 Abrar Rahman Protyasha 2024-08-20 00:59:53 PDT
Pull request: https://github.com/WebKit/WebKit/pull/32447