Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335049 - Duplicate entry in Widget.default.css
Summary: Duplicate entry in Widget.default.css
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.4 M5   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-21 14:58 EST by Rüdiger Herrmann CLA
Modified: 2011-01-22 07:11 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.