Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.8.3
-
None
-
-
e02cfbaac (dev), c61074b10 (6.10), 207de29a6 (6.9), 9bb5b4556 (tqtc/lts-6.8)
-
Appman & IF May 2025
Description
We've identified a regression in the automatic resizing of WindowObject instances within our Qt Application Manager-based application with Qt 6.8.3+. This issue also persists in Qt 6.9.
Observed Behavior:
- WindowObject instances do not automatically resize to available space.
- The WindowItem.objectFollowsItemSize property appears to be ignored; even setting it to true explicitly has no effect.
Expected Behavior (as in Qt 6.8.1 and earlier):
- WindowObject instances automatically resize to available space.
- The WindowItem.objectFollowsItemSize property functions as expected, when it is set to true (e.g., setting it to false in Qt 6.8.1 reproduces the issue seen in newer versions).
Workaround:
Currently, we are explicitly calling WindowObject.resize() to trigger the resize.
Attachments
For Gerrit Dashboard: QTBUG-137056 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
647761,5 | Fix regression in WindowItem.objectFollowsItemSize | dev | qt/qtapplicationmanager | Status: MERGED | +2 | 0 |
650355,2 | Fix regression in WindowItem.objectFollowsItemSize | 6.10 | qt/qtapplicationmanager | Status: MERGED | +2 | 0 |
650864,2 | Fix regression in WindowItem.objectFollowsItemSize | 6.9 | qt/qtapplicationmanager | Status: MERGED | +2 | 0 |
651080,2 | Fix regression in WindowItem.objectFollowsItemSize | tqtc/lts-6.8 | qt/tqtc-qtapplicationmanager | Status: MERGED | +2 | 0 |