| Summary: | Duplicate entry in Widget.default.css | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | RĂ¼diger Herrmann <ruediger.herrmann> |
| Component: | RWT | Assignee: | 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: | |||
This was a typo and was supposed to mean "rwt-working-image". Fixed in CVS HEAD. |
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 ); ...