Bug 506521 - Disabled icons not displayed in RichTextEditor toolbar
Summary: Disabled icons not displayed in RichTextEditor toolbar
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Nebula (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dirk Fauth CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 494865
Blocks:
  Show dependency tree
 
Reported: 2016-10-25 13:42 EDT by Jonathan Dumont CLA
Modified: 2021-07-05 11:40 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Dumont CLA 2016-10-25 13:42:31 EDT
Hi,

I try to integrate a RichTextEditor in an Eclipse RCP application and I have a problem with my product, built by Tycho : The toolbar of the integrated RichTextEditor doesn't display the disabled icons (for example for the copy / paste actions).

The thing is that in debug mode, launched from Eclipse, the disabled icons are correctly displayed. 

Do you have any idea of what can cause this problem ? 

Regards,

Jonathan
Comment 1 Dirk Fauth CLA 2016-10-25 13:58:46 EDT
As far as I know this is an issue of the integrated SWT browser. I opened a ticket for this in SWT a while ago.
Comment 2 Laurent CARON CLA 2019-11-17 08:34:18 EST
I've tried with the latest release of SWT and Nebula, and this problem does not longer exist.
Comment 3 Dirk Fauth CLA 2019-11-17 10:03:05 EST
Have you also tested in an exported RCP application? Because the issue appears strangely only there. Starting an application from within the ide does not show the issue.
Comment 4 Wim Jongman CLA 2019-11-17 10:20:13 EST
A classic "forgot to add the icons to build.properties" but I assume you have already checked that.
Comment 5 Dirk Fauth CLA 2019-11-17 10:55:23 EST
Sure, it is an issue with the alpha value as far as I remember.
Comment 6 Laurent CARON CLA 2019-11-17 11:43:50 EST
Dirk

I tried and it seems to work on my configuration.

Jonathan,
Did you try to force browser version ?

If not, please add the parameter
-Dorg.eclipse.swt.browser.IEVersion=11001

Or add 
System.setProperty("org.eclipse.swt.browser.IEVersion","11001"); 

in your Activator