Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
6.8.0, 6.8.1
-
None
-
33c336751 (dev), 572bea2c5 (dev), dd4c30043 (6.9), 0f8010424 (6.9), 5ff3ab0bf (6.9.0), 0504aec14 (6.9.0), 314f843cb (6.8), 051577579 (6.8)
Description
When trying to use attached properties introduced in 6.8 the engine initialization fails with this error:
".useDefaultSizePolicy" is not available due to component versioning.
Other properties with REVISION(6, 8) are available as expected, only Accessible.id and Layout.useDefaultSizePolicy seem to affected.
The error message uses "%1.%2". %1 is missing in the error output, pointing to a problem in the QML parsing.
Code to reproduce the issue:
import QtQuick import QtQuick.Layouts Window { width: 600 height: 400 ColumnLayout { anchors.fill: parent Rectangle { // Broken Layout.useDefaultSizePolicy: Layout.SizePolicyImplicit // Broken // Accessible.id: "testId" } } }
◀
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-134269 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
628555,2 | Quick: Remove revision from Accessible.id | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
628569,4 | Revert "Layouts: Add revision to useDefaultSizePolicy" | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
628639,2 | Quick: Remove revision from Accessible.id | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
628641,2 | Revert "Layouts: Add revision to useDefaultSizePolicy" | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
628701,2 | Revert "Layouts: Add revision to useDefaultSizePolicy" | 6.9.0 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
628702,2 | Revert "Layouts: Add revision to useDefaultSizePolicy" | 6.8 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
628704,2 | Quick: Remove revision from Accessible.id | 6.9.0 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
628705,2 | Quick: Remove revision from Accessible.id | 6.8 | qt/qtdeclarative | Status: MERGED | +2 | 0 |