Bug 173274

Summary: [iOS WK2] Peeking on an image could result in a preview at the wrong size
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: megan_gardner, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Simon Fraser (smfr) 2017-06-12 14:28:09 PDT
[iOS WK2] Peeking on an image could result in a preview at the wrong size
Comment 1 Simon Fraser (smfr) 2017-06-12 14:34:24 PDT
Created attachment 312698 [details]
Patch
Comment 2 Simon Fraser (smfr) 2017-06-12 14:34:45 PDT
rdar://problem/30404627
Comment 3 Tim Horton 2017-06-12 14:38:27 PDT
Comment on attachment 312698 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.h:54
> +    uint64_t lastCommittedTransactionID() const { return m_currentTransactionID; }

Is this name right? Isn't it also the current transaction ID while building? When is it incremented?
Comment 4 Simon Fraser (smfr) 2017-06-12 15:56:57 PDT
https://trac.webkit.org/r218149
Comment 5 Megan Gardner 2017-10-02 18:10:55 PDT
*** Bug 172792 has been marked as a duplicate of this bug. ***