@danny-dainton I came across this issue with details below, please let me know if there is a more relevant place to send this.
Overview: A collection will auto-collapse when
- Adding a new request
- Editing an existing request
- Deleting a request
Reason This Is An Issue: This is an issue because if you have hundreds of Collections or subfolders within a Collection all of them close whenever you make a change or update a request, causing you to endlessly reopen the Collection and hunt for the correct subfolder.
System Info:
- MacOS Sequoia Version 15.7.3
- Postman App Version 12.0.7 (UI Version: 12.0.7-ui-260306-0828 / Desktop Platform Version: 12.0.6 (12.0.6) )
Steps To Reproduce:
- Open the Postman App Version 12.0.7 (UI Version: 12.0.7-ui-260306-0828 / Desktop Platform Version: 12.0.6 (12.0.6) )
- Click on the “+” symbol to create a new Collection and name it “Test Collection 1”
- Search for “Test Collection 1” and note the Collection is collapsed (closed)
- Expand “Test Collection 1” and click on the “Add Request” button
- Note: “Test Collection 1” immediately closes when attempting to add a new request and you must reopen it
- Reopen “Test Collection 1” and select the request you’ve just added named “Test Collection 1”
- Add a fake URL to the GET portion of the request, something like
https://www.test.api.comand Save the request using the “Save” icon (or CTRL/CMD + S) - Note: “Test Collection 1” auto-closes after the change has been saved
- Reopen “Test Collection 1” and select the request named “Test Collection 1”
- Update the request URL from
https://www.test.api.comtohttps://www.test.api.com/company - Again save the changes using the “Save” icon or (CTRL/CMD + S)
12 Note: “Test Collection 1” immediately closes after saving the changes. And again, you must reopen "“Test Collection 1” to continue making changes
This occurs for anything you do within the collection. It appears the UI is refreshing itself, and in doing so collapses the Collection.