Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 13.0.0-beta2, Qt Creator 13.0.0-rc1
-
None
Description
Project with long kit names are shown as elided text when switching from project with shorter kit name in Deploy configuration
STEPS:
- Open two projects in Qt Creator, say project1 and project2
- Now go to Kits and create a Kit with a very long name.
- Configure only project1 with the long name kit
- Configure project2 with normal small kit name
- Click on the deploy config button (near the Run project button)
- Click on the project2 configured with small kit. Close the deploy configuration
- Now again click on deploy configuration and select project1 with long kit name
- Observe that the kitname is shown as elided text even if there is space on the screen
- Toggle between project1 and project2 and observe the length of kits
OBSERVED:
- When project with short kit name is selected and then project with long kit name is selected, the kit name is shown elided
- When project with long kit name is selected first, then project with short kit name shows kit name in longer space even though text is short
EXPECTED:
- The name of kit should expand if there is space
- The name of kit should be shown in space based on text length if the text is short
Attachment
Attachments
Issue Links
- relates to
-
QTCREATORBUG-30038 Impossible to select the kit in the deploy configuration in some cases
- Closed