You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2022/02/21 16:45:43 UTC

[GitHub] [royale-asjs] yishayw commented on issue #1179: ComboBox - Binding Too Late For selectedItem Display

yishayw commented on issue #1179:
URL: https://github.com/apache/royale-asjs/issues/1179#issuecomment-1047065118


   In Flex the text for the combo is updated in updateDisplayList() which happens to occur after binding updates the data provider. In Royale however we initialize the text after combo box is added to parent, while the binding operation happens after the binding container is added to parent, which in this case happens later. 


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org