| Summary: | Missing value for element: 'Composite' property: 'animation' for business and fancy sample themes | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Arnaud MERGEY <a_mergey> |
| Component: | Demo | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | 2.1 M1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
Fixed as suggested with commit ad3a5dada687ce0e4d4136229181589c40bd2079. |
Not an issue, but I noticed using org.eclipse.rap.design.example bundle, in order to use business or fancy theme, there are 2 System.err logs in console : Missing value for element: 'Composite' property: 'animation' in theme: 'org.eclipse.rap.design.example.fancy.theme' Missing value for element: 'Composite' property: 'animation' in theme: 'org.eclipse.rap.design.example.business.theme' It should probably be cleaner to add this property in those themes(business.css and fancy.css), in order to hide these from logs. For example: Composite { animation: none; }