Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.