Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 68880

Summary: [Progress] NewProgressViewer uses hard coded colours
Product: [Eclipse Project] Platform Reporter: Tod Creasey <Tod_Creasey>
Component: UIAssignee: Tod Creasey <Tod_Creasey>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P2 Keywords: accessibility
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tod Creasey CLA 2004-06-29 12:10:30 EDT
R3.0

The NewProgressViewer uses a series of hard coded colours for its hyperlinks. 
It should use the values set in the workbench.

You should use
HYPERLINK_COLOR
ACTIVE_HYPERLINK_COLOR
ERROR_COLOR

from JFacePreferences

here is the problem code

		linkColor= display.getSystemColor(SWT.COLOR_DARK_BLUE);
		linkColor2= display.getSystemColor(SWT.COLOR_BLUE);
		errorColor= display.getSystemColor(SWT.COLOR_DARK_RED);
		errorColor2= display.getSystemColor(SWT.COLOR_RED);
		highlightColor= display.getSystemColor(SWT.COLOR_DARK_RED);
Comment 1 Tod Creasey CLA 2004-09-15 10:58:19 EDT
Fixed in build >20040915. 
Comment 2 Tod Creasey CLA 2004-09-21 14:14:58 EDT
Verified in 200409210800