Open
Description
Steps to reproduce
On a fresh Eclipse Platform and a new workspace (new workspace is important)
- Close Welcome view
- Select menu item Help/Show Context Help
- Reset perspective
- Select menu item Window/Perspective/Reset Perspective
- Confirm the dialog
- or use context menu on perspective button
- Select menu item Window/Perspective/Reset Perspective
Expected result
No Help view. The reset should cause the same workbench layout independently of initial state.
Actual result
Help view survives reset. Same for Welcome view.

If perspective is closed, the affected view stays.

If views are moved to a different tab group, perspective reset starts to affect them. The change is saved in the workspace.
It looks like the views are not initially managed by perspectives.
Tested under this environment:
- Reproducible on Linux and MacOS
- Eclipse Platform Version: 2025-06 (4.36) Build id: I20250507-1500 (staging Eclipse Platform installed by Oomph)
Impact
The perspective reset functionality is very important for automated tests, as there is no other way to conveniently and automatically close additional views hogging screen space.