Community
Participate
Working Groups
Build ID: I20080617-2000 Steps To Reproduce: 1. Create the sample RCP mail app. 2. Modify the Perspective.java file and replace it with this method: public void createInitialLayout(IPageLayout layout) { String editorArea = layout.getEditorArea(); layout.setEditorAreaVisible(false); layout.addStandaloneView(NavigationView.ID, false, IPageLayout.LEFT, 0.25f, editorArea); layout.addStandaloneView(IPageLayout.ID_PROP_SHEET, false, IPageLayout.RIGHT, 0.75f, editorArea); layout.getViewLayout(NavigationView.ID).setCloseable(false); } 3. Add org.eclipse.ui.views as a dependency in the plugin.xml file. 4. Run the plugin as and Eclipse Application. 5. look at extra toolbar buttons in the top left corner from the properties view that does not have a spot for the toolbar buttons anymore. More information: This will now show you a properties view on the right that does not have any title tab. But instead of also hiding the toolbar buttons for the properties view, it has left them in the top left corner (over top of the navigation view). The toolbar buttons should be hidden (like they are in 3.3 and earlier).
Could you please attach a screenshot? Thanks.
Created attachment 109982 [details] Screenshot of demo app with messed up toolbars
*** This bug has been marked as a duplicate of bug 98883 ***