Description
It is not possible to open multiple instances of the Internal Web Browser view simultaneously in Eclipse. When trying to open the view again via Window → Show View → Internal Web Browser, Eclipse simply re-focuses the already open view instead of creating a new instance.
Steps to Reproduce
- Open the Internal Web Browser view:
Window → Show View → Other... → General → Internal Web Browser
- Attempt to open a second Internal Web Browser view the same way
- Eclipse focuses the existing view instead of opening a new one
Expected Behavior
A new, independent Internal Web Browser view instance should open, allowing users to view multiple web pages side by side in the workbench.
Actual Behavior
Only one Internal Web Browser view can be open at a time. Re-opening the view just activates the existing one.
Environment
Possible Fix
The view could support multiple instances by setting allowMultiple="true" in the org.eclipse.ui.views extension point definition for org.eclipse.ui.browser.view, similar to how other multi-instance views are implemented in Eclipse.
Description
It is not possible to open multiple instances of the Internal Web Browser view simultaneously in Eclipse. When trying to open the view again via
Window → Show View → Internal Web Browser, Eclipse simply re-focuses the already open view instead of creating a new instance.Steps to Reproduce
Window → Show View → Other... → General → Internal Web BrowserExpected Behavior
A new, independent Internal Web Browser view instance should open, allowing users to view multiple web pages side by side in the workbench.
Actual Behavior
Only one Internal Web Browser view can be open at a time. Re-opening the view just activates the existing one.
Environment
WebBrowserVieworg.eclipse.ui.browser(3.8.700.v20251031-0712)org.eclipse.ui.browser.viewPossible Fix
The view could support multiple instances by setting
allowMultiple="true"in theorg.eclipse.ui.viewsextension point definition fororg.eclipse.ui.browser.view, similar to how other multi-instance views are implemented in Eclipse.