[ https://issues.apache.org/jira/browse/FLEX-33275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13541170#comment-13541170 ]
Cyrill Zadra commented on FLEX-33275: ------------------------------------- Added support to declare a color with a rgb(x,x,x) definition. - I had to extend the CSS.g & CSSTree.g - Add a new antlr rule for - rgb(100%,100%,100%) - I'm new to antlr so probably someone has a shorter/better way to describe the RGB rule. - Add new class CSSRgbColorPropertyValue - Added Unit Test CSSRgbColorPropertyValueTests So it might be a compiler guru out there who can review this change ;-) .. gordon, mike?... thx. > Falcon Compile Error: Define a color with- rgb(100%, 0%, 0%) is not supported. > ------------------------------------------------------------------------------ > > Key: FLEX-33275 > URL: https://issues.apache.org/jira/browse/FLEX-33275 > Project: Apache Flex > Issue Type: Improvement > Components: MXML Compiler > Reporter: Cyrill Zadra > Assignee: Cyrill Zadra > Labels: Falcon > Fix For: Apache Flex 4.9.0 > > Attachments: StyleRGB.mxml > > > Using rgb(100%, 0%, 0%) to define a color in a css return following compiler > error. > Compiler Error > [java] Error: > C:/dev/apache-flex/falcon/compiler/src/org/apache/flex/compiler/internal/css/CSSTree.g: > node from line 0:0 no viable alternative at input 'rgb(100%, 0%, 0%)' > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira