Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.2
-
Window 11 MinGW 13.1.0, Linux Ubuntu 22.04
Description
Reproduced with Qt 6.8.2 on Windows11 MinGW 13.1.0 and Linux Ubuntu 22.04, configure and compile example.
Directory: Qt_6.8.2\Examples\Qt-6.8.2\demos\windowembedding
On Windows: Application opens and every screen highlights correct date. When switching to different month, the highlight stays on the nth(the day that currently is) day of the month. Also if the day of the month is high (30th or 31th) when switching to a month which has fewer days (february for example), the highlighted day switches from correct to a highest possible, and highlight doesnt update when switching back.
Changing the year by clicking the year number and using arrow buttons next to it or arrow keys works, but inputting numbers isn't possible.
On Linux: The app window show only "Qt fallback foreign window", screenshot as a attachment.