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

Bug 365538

Summary: [CSS] UnsupportedOperationException from CSSValue#getCssText() with comma-separated values
Product: [Eclipse Project] Platform Reporter: Brian de Alwis <bsd>
Component: UIAssignee: Brian de Alwis <bsd>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen
Version: 4.2   
Target Milestone: 4.2 M4   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Brian de Alwis CLA 2011-12-04 21:13:25 EST
A comma-separated CSS property causes an UnsupportedOperationException as Measure#getCssText() doesn't handle the LexicalUnit.SAC_OPERATOR_COMMA.  There are other SAC_OPERATOR values that it doesn't handle either, though I'm not certain that we actually support any properties that accept such operators.
Comment 2 Brian de Alwis CLA 2011-12-06 19:39:14 EST
Verified for M4