Bug 224814

Summary: [WPE] QML WPEView dynamic loading fails
Product: WebKit Reporter: Marco Felsch <m.felsch>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, m.felsch, pnormand
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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].