-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS: MacOC 14.1.1
node.js / npm versions:
Additional info:
-
Developer Tools
-
2
-
Not Needed
Problem Statement/Rationale
I am not able to open a collection in a new tab if I already have that collection open in a different tab.
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
- Open MongoDB Compass
- Open a new tab for one of your collections, CollectionA
- Open another tab for a different collection, CollectionB
- Click the "+" button to open another tab
- This new tab will open with whatever collection you had selected in the previous tab, in this case CollectionB
- Select CollectionA from the list of collections in an attempt to open that collection in your new tab
Expected Results
I would expect to have CollectionA open in the new tab. So I would have:
- CollectionA in the first tab
- CollectionB in the second tab
- CollectionA in the third tab
Actual Results
I am unable to open CollectionA in the new tab. Instead, the app automatically brings me back to the first tab, where CollectionA is already opened. So I can only ever have:
- CollectionA in the first tab
- CollectionB in the second tab
- CollectionB in the third tab
The only way to open CollectionA in a new tab is to:
- Select the open tab with CollectionA
- Click the "+" button to open a new tab
- Now CollectionA is selected in the new tab by default
Additional Notes
Any additional information that may be useful to include.
- is cloned by
-
COMPASS-8291 CLONE - Unable to open collections in multiple tabs
- Closed