javeiga-iest opened a new issue #823: URL: https://github.com/apache/royale-asjs/issues/823
The icon does not update correctly when passed as a dynamic variable. Instead of removing the previous class and adding the new one, all the old ones are kept. HTML5 result:  Code example: ``` [Bindable] public var userIcon:String; ``` ``` <j:icon> <js:FontAwesomeIcon type="{userIcon}" relativeSize="{FontAwesomeIcon.SIZE_X3}" faStyle="{FontAwesomeIcon.SOLID}"/> </j:icon> ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
