Bug 369198 - [Table] toolbar buttons with no icons
Summary: [Table] toolbar buttons with no icons
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-20 05:42 EST by Nicolas Bros CLA
Modified: 2020-05-01 11:26 EDT (History)
1 user (show)

See Also:


Attachments
screenshot (12.37 KB, image/png)
2012-01-20 05:42 EST, Nicolas Bros CLA
gdupe: iplog-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bros CLA 2012-01-20 05:42:14 EST
Created attachment 209797 [details]
screenshot

I tried the model table on Eclipse 4.2 M4, and I noticed that the "open saved table" and "create new element" buttons have an invisible icon in the view's toolbar (see attached screenshot)

The corresponding commands are defined like this :

<command commandId="org.eclipse.emf.facet.widgets.table.openSavedTableCommand"
icon="IMG_OBJ_FOLDER" style="push" tooltip="%open.table">

<command commandId="org.eclipse.emf.facet.widgets.table.createNewElementCommand"
icon="IMG_OBJ_ADD" style="pulldown" tooltip="%create.new.element">


The icon definition produces a warning in both Eclipse 3.7.1 and 4.2M4:
 Referenced resource 'IMG_OBJ_FOLDER' in attribute 'icon' cannot be found
But the icons appeared in 3.7.1 and they don't anymore in 4.2M4.

---
Eclipse SDK
Version: 4.2.0
Build id: I20111209-2100