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

Bug 335049

Summary: Duplicate entry in Widget.default.css
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.4   
Target Milestone: 1.4 M5   
Hardware: All   
OS: All   
Whiteboard:

Description RĂ¼diger Herrmann CLA 2011-01-21 14:58:59 EST
The CSS rule for Display  contains the rwt-warning-image entry twice:
Display {
  ...
  rwt-error-image: url( resource/widget/rap/dialog/error.png );
  rwt-information-image: url( resource/widget/rap/dialog/information.png );
  rwt-warning-image: url( resource/widget/rap/dialog/information.png );
  rwt-question-image: url( resource/widget/rap/dialog/question.png );
  rwt-warning-image: url( resource/widget/rap/dialog/warning.png );
  ...
Comment 1 Ralf Sternberg CLA 2011-01-22 07:11:21 EST
This was a typo and was supposed to mean "rwt-working-image". Fixed in CVS HEAD.