Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #371598 +++ Environment: Linux 64bit, GTK, Eclipse for RCP and RAP developers package 4.2M5 Steps to reproduce: * Focus a code editor * Invoke unit tests using Ctrl+X, T -> Junit view opens as fast view (note that the fast view icon does not change to pressed state) * Press ESC to close the fast view again -> Fast view does not close * Click into the code editor -> Not even this closes the fast view Other views show a similar behavior. For example, the Call Hierarchy fast view does also not close on ESC, but it does on focus out. In contrast to the JUnit view, its icon changes state when the view opens. The Console fast view seems to always close on ESC and focus lost, as expected.
Paul, this one should certainly be backported, it's a *major* pain point when debugging with a max'd editor area... I'm not sure whether or not this patch will apply in the 4.3.1 branch because it reverts a previous commit that isn't on the maintenance branch.
I can't cherry-pick this one. Could you please push this to Gerrit and I'll review it there. PW
Done... New Changes: https://git.eclipse.org/r/14988 Seems like EGit is smart enough to do gerrit pushes to the current branch, at least I didn't have to change anything while doing 'Push to Gerrit'...
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?h=R4_3_maintenance&id=2d7d6e21741c9d2ed76c027c3e319d26ae6c4acf PW
Verified in the build: M20130828-0800