Bug 179294 - [GTK] webkit_web_view_get_snapshot() wrong behaviour with FULL_DOCUMENT
Summary: [GTK] webkit_web_view_get_snapshot() wrong behaviour with FULL_DOCUMENT
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-05 05:37 PST by Cédric Bellegarde
Modified: 2017-11-07 02:03 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Bellegarde 2017-11-05 05:37:58 PST
When using WebKit2.SnapshotRegionget_snapshot() to get WebKit2.SnapshotRegion.FULL_DOCUMENT, it should not be related to current scroll position.

Current behaviour: Snapshot is created with top as WebKit2.SnapshotRegion.VISIBLE

Wanted behaviour: Snapshot is created with real web page top.