The Find/Replace Overlay shows up with gray background in light mode (or without themeing) inside the EGit Diff viewer:
Occurs at least on Windows and Mac OS; didn't test on Linux.
Eclipse versions: 2026-03, 2025-12 (didn't check older versions)
OS: Mac OS 13.7.7 and Windows 11
To reproduce:
- Open the Git History view.
- Select a commit.
- Choose "Open in Commit Viewer" from the context menu.
- In the opened viewer (opens in the editor area; it's actually a read-only editor), select the "Diff" tab.
- Set the focus to the opened text editor and type Cmd/Ctrl-F.
In other editors, including read-only text editors like the "Effective POM" tab when opening a maven pom.xml, the toolbar shows with normal white background:
See also: eclipse-egit/egit#157
Findings so far:
- In dark mode all looks normal.
- Doesn't seem to be a CSS issue as it occurs also when themeing is disabled.
- EGit's CommitEditor is a
SharedHeaderFormEditor.
The Find/Replace Overlay shows up with gray background in light mode (or without themeing) inside the EGit Diff viewer:
Occurs at least on Windows and Mac OS; didn't test on Linux.
Eclipse versions: 2026-03, 2025-12 (didn't check older versions)
OS: Mac OS 13.7.7 and Windows 11
To reproduce:
In other editors, including read-only text editors like the "Effective POM" tab when opening a maven pom.xml, the toolbar shows with normal white background:
See also: eclipse-egit/egit#157
Findings so far:
SharedHeaderFormEditor.