[ https://issues.apache.org/jira/browse/FLEX-35169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15669300#comment-15669300 ]
Yishay Weiss commented on FLEX-35169: ------------------------------------- Test app here: https://paste.apache.org/Heii The flash side also has some issues with layout and scroll bars, as you can see here: http://screencast.com/t/OtbHJ9Sn2k > [FlexJS] ComboBox broken on JS side > ----------------------------------- > > Key: FLEX-35169 > URL: https://issues.apache.org/jira/browse/FLEX-35169 > Project: Apache Flex > Issue Type: Bug > Reporter: Yishay Weiss > Assignee: Peter Ent > > On the JS side, when providing a dataProvider I get > EventDispatcher.js:68 Uncaught TypeError: Type Coercion failed(…) > I think the problem is here: > org.apache.flex.html.ComboBox.prototype.set__dataProvider = function(value) { > org.apache.flex.utils.Language.as(this.model, > org.apache.flex.core.IComboBoxModel, true).dataProvider = value; > }; > this.model is being called instead of get__model in UIElementWrapper. -- This message was sent by Atlassian JIRA (v6.3.4#6332)