Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.4
-
None
-
1
-
9d6d52164 (qds/dev), 824486dc3 (qds/4.4)
-
QDS Oulu - 2024 Week 7/8
Description
Found issue:
Qml emulation layer crash seems to happen when trying to add components e.g. to root rectangle or view3D that has an effect applied. Notification about emulation layer crash does not always show up, and sometimes dropping works without issues.
Steps to reproduce:
- Create a 3D project
- Create new effect with Effect Composer and save it to Assets
- Drag and drop it to 2D view (in view3D)
- Try adding something from QtQuick Controls (button, check box) to 2D View
- -> dropping might succeed
- -> emulation layer crashed - warning might show up
- -> component is dropped but its selection box is shown in different place than the component itself
- -> dropping is not allowed at all
- Please see attached recording
- I was able to reproduce once with just general project and effect applied to root rectangle but more often when trying to add something into view3d with effect applied.