Skip to content

Eclipse 2025-03 Next Tab navigation broken with POM XML editor.Β #2864

@garretwilson

Description

@garretwilson

This bug is occurring in Eclipse EE 2025-03 on Windows. (I haven't used Eclipse in over a year, so I don't know if it was introduced in an earlier version.)

Ctrl+PgUp is mapped to "Previous Tab", and Ctrl+PgDown is mapped to "Next Tab". This has been working for decades, allowing me to navigate among tabs as expected in the Eclipse IDE.

  1. In Eclipse EE 2025-03, open multiple files.
  2. Additionally open a Maven POM file. The POM editor shows tabs at the bottom: "Overview", "Dependencies", "Dependency Hierarchy", "Effective POM", and "pom.xml".
  3. Open one more file so that its file tab shows up after the POM file tab.
  4. Go back to the POM file tab and select the "pom.xml" POM view tab at the bottom. (I have this set up to the default.)
  5. Select Ctrl+PgUp to go to the previous file tab.
  6. The selected file is changed to the previous open file tab as expected.
  7. Go back to the POM file tab.
  8. Select Ctrl+PgDown to go to the next file tab.
  9. Rather than going to the next open file tab, the editor switches to the previous open file tab. (Additionally, if you manually return to the POM file tab, you'll see that the editor view has changed from "pom.xml" to "Dependencies".

As you can imagine, this completely breaks navigating among file tabs when one of them is a Maven POM file. Perhaps the editor view tab hotkey mapping is overriding the global Eclipse IDE file editor tab. In any case, it is a new bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions