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:
   
![image](https://user-images.githubusercontent.com/55754204/81291908-f932a380-906a-11ea-9ff2-a40fcc82ba78.png)
   
   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]


Reply via email to