Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
3.2.0
-
Windows 11 23H2
MSVS2019, MSVS2022
-
7eb06a466 (dev)
Description
- Start the wizard for a Qt-based project which allows configuring filenames.
I used the Qt Widgets Application. - Proceed to the wizard's last page using defaults.
- Clear the edit box for the header file's name.
An error message pops up immediately: "Value does not fall within the expected range."
That's not exactly helpful when the user wants to type a new name. - Close that popup.
Note that the wizard's "Finish" button is enabled although the header file name is empty. - Type a new name for the header file.
- Clear the edit box for the source file's name.
Another, different error message pops up: "An error occurred..." Not helpful, either. - Close that popup, too.
Yet another one comes up. - Close that popup, too.
Note that the wizard's "Finish" button still is enabled although the source file name is empty. - Click "Finish".
MSVS crashes and restarts.
All of this worked correctly in snapshot 3.1.0.2.
Found and tested by Squish test tst_new_project_edit.