Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365538 - [CSS] UnsupportedOperationException from CSSValue#getCssText() with comma-separated values
Summary: [CSS] UnsupportedOperationException from CSSValue#getCssText() with comma-sep...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.2   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 4.2 M4   Edit
Assignee: Brian de Alwis CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-04 21:13 EST by Brian de Alwis CLA
Modified: 2011-12-06 19:39 EST (History)
1 user (show)

See Also:


Attachments

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