-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Indexes
-
Environment:OS: macOs 13.4 (22F66)
Compass: Version 1.37.0 (1.37.0)
-
Not Needed
Problem Statement/Rationale
I've observed an issue while creating indexes in MongoDB Compass. When I start creating an index and it's still in progress, if I open another modal to create a new index and start entering information for this second index, a problem arises. If the creation of the first index completes during this time, the modal for the second index, where I'm currently inputting data, is unexpectedly dismissed or collapsed. This causes all the information I entered for the second index to be lost and requires re-entry
Steps to Reproduce
- Create an index on a field and make sure it's in progress
- While index 1 is being created, input information to create another index.
- Wait until the first index creation process completes. You can notice that the second index creation prompt/modal closes when the first index creation process completes.
Expected Results
The index creation modal shouldn't close because the background index creation process completes.
Actual Results
The index creation modal closes whenever a background index creation process completes.
- is fixed by
-
COMPASS-8326 Drop inProgress and the in progress banner from create index modal
- Closed