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

Bug 399922

Summary: Missing value for element: 'Composite' property: 'animation' for business and fancy sample themes
Product: [RT] RAP Reporter: Arnaud MERGEY <a_mergey>
Component: DemoAssignee: 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:

Description Arnaud MERGEY CLA 2013-02-04 14:32:00 EST
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;
}
Comment 1 Ivan Furnadjiev CLA 2013-02-06 09:02:18 EST
Fixed as suggested with commit ad3a5dada687ce0e4d4136229181589c40bd2079.