Bug 67664 - Fixed content incorrect position for QML WebView embedded in Flickable
Summary: Fixed content incorrect position for QML WebView embedded in Flickable
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-06 12:39 PDT by Arnaud Vrac
Modified: 2022-07-29 10:53 PDT (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 Arnaud Vrac 2011-09-06 12:39:21 PDT
Hi,

When embedding a QML Webview in a Flickable, fixed position content is not properly repositionned when the Flickable content coordinates change. The QGraphicsWebView is not notified of the content scrolling. This also affects plugins since the NPWindow is never updated.

This can be seen on a youtube video page for example, the playlist bar which is on bottom of the screen scrolls with the page instead of staying at the bottom of the screen.

Not sure if this is more a QtDeclarative/Flickable bug or a QDeclarativeWebView bug, so I post it here.
Comment 1 Sergio Villar Senin 2012-11-19 12:59:29 PST
I think this should be working now
Comment 2 Alexey Proskuryakov 2022-07-29 10:53:23 PDT
The Qt port has been removed from WebKit, resolving this bug.