Community
Participate
Working Groups
Created attachment 240976 [details] Screenshot Version: Luna (4.4) Build id: N20140317-2000 The workbench window toolbar renders too many separators.
These separators can be found with a CSS selector like ToolBar > ToolItem[style~='SWT.SEPARATOR'] but they don't respond to any CSS styling, especially to: ToolBar > ToolItem[style~='SWT.SEPARATOR'] { visibility: hidden; }
(In reply to Timo Kinnunen from comment #1) > These separators can be found with a CSS selector like ToolBar > > ToolItem[style~='SWT.SEPARATOR'] but they don't respond to any CSS styling, > especially to: > > ToolBar > ToolItem[style~='SWT.SEPARATOR'] { > visibility: hidden; > } Currently we don't support styling of the ToolItems with the CSS. We have partial implementation for it, but it is not finished Daniel
This got broken during M6.
This is fallout from bug 402764 org.eclipse.ui.internal.CoolBarToTrimManager and ToolBarManagerRenderer should be examined to understand the difference between how we're treating separators now vs MOpaqueSeparators before (maybe we're missing a check for the opaque tag somewhere)? PW
*** This bug has been marked as a duplicate of bug 429900 ***
*** This bug has been marked as a duplicate of bug 430116 ***