Bug 224814 - [WPE] QML WPEView dynamic loading fails
Summary: [WPE] QML WPEView dynamic loading fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-20 07:50 PDT by Marco Felsch
Modified: 2021-04-20 10:13 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.46 KB, patch)
2021-04-20 09:38 PDT, Marco Felsch
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Felsch 2021-04-20 07:50:12 PDT
Dynamic loading of a WPEView element fails due to the fact that the scene graph can be initialized already.
In such case the sceneGraphInitialized signal is not received anymore and we need initzialize it ourself.

There was a discussion on Github: https://github.com/Igalia/meta-webkit/discussions/236
Comment 1 Marco Felsch 2021-04-20 09:38:19 PDT
Created attachment 426557 [details]
Patch
Comment 2 EWS 2021-04-20 10:13:25 PDT
Committed r276309 (236791@main): <https://commits.webkit.org/236791@main>

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