Community
Participate
Working Groups
Build Identifier: I20120524-2100 I am developing an application with a part stack which holds multiple parts. Each part's label is externalized, e.g.: %partDetails.label where the file bundle.properties holds: partDetails.label = Detailed Information Now everything is displayed fine when the PartStack shows all Parts in tabs. When I define via CSS that only one Part is shown, a problem occurs: single: true; The problem is, that now the dropdown-list for the different parts does not show the names of the parts available (e.g. "Detailed Information"), but the name of the properties (e.g. "%partDetails.label"). Reproducible: Always
Created attachment 216774 [details] Screenshot showing the problem
This bug persists in current E4.2RC4 build.
BTW, this works fine with Eclipse 4.1.
I'm unable to reproduce with 4.2.1. Could you please verify with the latest maintenance build or attach a sample project?
Created attachment 223101 [details] Sample Project for reproducing the problem The problem still persists in 4.2.1. I tried to create a sample project, however I was not able to get this to run on 4.2.1. I created it with 4.1M6 using the wizard for e4 applciations (which I could not find in 4.2.1 using the RAP/RCP version). Then I tried to run it on 4.2.1 -- without success. I attached the project directories. Probably you will get this to run or point me to the caus of the problem.
The problem still persists in 4.2.1. I tried to create a sample project, however I was not able to get this to run on 4.2.1. I created it with 4.1M6 using the wizard for e4 applciations (which I could not find in 4.2.1 using the RAP/RCP version). Then I tried to run it on 4.2.1 -- without success. I attached the project directories. Probably you will get this to run or point me to the caus of the problem.
Created attachment 223238 [details] Test project - all tabs are visible
Created attachment 223239 [details] Test project - one tab visible, rest via selector (attention: titles are not shown)
Created attachment 223240 [details] Example project for Eclipse 4.2.1
I added an improved project which runs on e4 4.2.1 which shows the mentioned problem (attachment "Example project for Eclipse 4.2.1"). When you display the application window in regular width, all tab titles are shown properly (Screenshot: "Test project - all tabs are visible"). However, if you reduce the width of the application window until a selector is shown for the tabs, then only the i18n-variable names are shown (not the translations as with the regular width) (Screenshot: "Test project - one tab visible, rest via selector (attention: titles are not shown)"). I hope, this helps.
(In reply to comment #10) This behaves differently on windows. If I try your test project I cannot reduce the size enough to start seeing a selector.
(In reply to comment #11) Correction. For some reason, a chance with a possibility close to zero, I already had a project named test and that got in the way. I added -clearpersistedstate to the arguments and now I see the same. Attaching a screen shot from windows.
Created attachment 223264 [details] View from windows 7
Found it. Preparing a patch.
Created attachment 223269 [details] Fix Found it (in a split package)
Created attachment 223270 [details] Patch Patch
Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?h=R4_2_maintenance&id=8ebbfa43bb1795cd3c7eeec6a0491f2c4a6140a7 Thanx Wim PW
Thanks to all of you guys!
In M20130116-1800 PW