Hi Alex, I have this code:
``` private var _list:ComboBoxList; ``` and ``` var popUpClass:Class = ValuesManager.valuesImpl.getValue(_strand, "iPopUp") as Class; _list = new popUpClass() as ComboBoxList; ``` ComboBoxList extends List At runtime ComboBoxList is filled with beads defined for List instead with beads defined in CSS for ComboBoxList. For example the IBeadView in List is ListView and in ComboBoxList is ComboBoxListView. At runtime the browser node tree reports that view bead for ComboBoxList is ListView instead of ComboBoxListView I think this is a bug, could you take a look? thanks [ Full content available at: https://github.com/apache/royale-asjs/issues/282 ] This message was relayed via gitbox.apache.org for [email protected]
