You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The drop down item of the resource scope filters (in Repositoy, in Project, ...) of the Git history page is no longer updated after switching to another non-Git history page (and back).
Actual behavior
The icon and tooltip of the toolbar item is no longer updated/correct.
Expected behavior
The icon and tooltip of the toolbar item should always be up-to-date.
Relevant log output
Other information
No response
The text was updated successfully, but these errors were encountered:
The problem is that the lifecycle of a history toolbar is different from the lifecycle of the history page. The toolbar (action bar) is disposed when switching to another history page, but not the history page.
This is not taken into account in the Git history page / the FilterAction. If the toolbar is disposed, currently GitHistoryPageActions$FilterAction.dispose() is called and removes the required listeners, but the FilterAction is reused for the next toolbar.
Version
7.2
Operating System
Windows
Eclipse version
2025-03
Bug description
The drop down item of the resource scope filters (in Repositoy, in Project, ...) of the Git history page is no longer updated after switching to another non-Git history page (and back).
Actual behavior
The icon and tooltip of the toolbar item is no longer updated/correct.
Expected behavior
The icon and tooltip of the toolbar item should always be up-to-date.
Relevant log output
Other information
No response
The text was updated successfully, but these errors were encountered: