Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0 RC
-
None
-
Windows 11 23H2
Description
- Have an installation of Qt without any additional modules.
Let's call this the small installation. I had Qt 6.8.0 for MinGW. - Have another installation of Qt, now with some additional module.
Let's call this the large installation. I had Qt 6.8.0 for MSVC2022 with Qt Quick 3D. This contains qtquick3d.qch which does not exist in the small installation. - Make sure that C:\Users\<username>\AppData\Local\QtProject\Assistant does not exist.
- Start Assistant from the large installation.
- Select a documentation page from the additional module.
- Close Assistant.
- Start Assistant from the small installation.
It shows the documentation page which you selected in step 5 although it does not exist in this installation.
I think Assistant should only show documentation for the installation it was started from.
Attachments
Issue Links
- relates to
-
QTBUG-129407 Assistant shows blank page after removing component
- Reported