qt6-bb10/src/plugins
Morten Sørvig 417b61b015 wasm: fix qtloader.js container element regression
As of Qt 6.5 the html document should not create canvas
elements directly, but instead create div container
elements and let Qt create and manage the canvas elements.

However, qtloaders.js has not been updated to match this
and is still creating canvas elements when given div
elements.

Remove the canvas creation code and invert the primary
and fallback case: config.containerElements is now passed
to instance.qtContainerElements. config.canvasElements
is copied to config.containerElements, if set.

Change-Id: I7372db93ee4de5b23a0a5d992597a3fbd9711a33
Pick-to: 6.5 6.5.1
Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io>
2023-05-12 10:15:03 +00:00
..
doc/snippets/code Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
generic Rid of 'special case' markers 2023-04-13 18:30:58 +02:00
imageformats Utilize NO_UNITY_BUILD arguments instead of manual exclusion 2023-03-14 17:28:44 +01:00
networkinformation QNetworkInformation[Win]: Improve WinRT exceptions handling 2023-04-18 11:39:20 +00:00
platforminputcontexts IBus: fix missing Q_SLOTS 2023-04-05 01:27:47 +04:00
platforms wasm: fix qtloader.js container element regression 2023-05-12 10:15:03 +00:00
platformthemes QGtk3Theme: Improve fixed font delivery 2023-04-20 14:01:22 +02:00
printsupport Fix build with -no-feature-lineedit 2023-03-04 09:45:21 +00:00
sqldrivers SQL: replace qPrintable() / toLocal8Bit() with unicode versions 2023-04-18 00:11:05 +02:00
styles Fix QMenu (+other theme) sizes on Windows multiscreen systems 2023-05-10 05:36:09 +02:00
tls Schannel: Add support for import of PKCS12/PFX files 2023-05-05 19:58:36 +02:00
tracing Fix crash at exit when tracing 2023-04-26 10:46:06 +00:00
CMakeLists.txt Move CTF tracing plugin to plugins directory 2023-03-21 10:06:32 +02:00