Skip to content

Cannot open multiple Internal Web Browser views #4125

@Philipp0205

Description

@Philipp0205

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

  1. Open the Internal Web Browser view: Window → Show View → Other... → General → Internal Web Browser
  2. Attempt to open a second Internal Web Browser view the same way
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions