Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-35169

[FlexJS] ComboBox broken on JS side

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Apache FlexJS 0.8.0
    • 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.

      Attachments

        Activity

          People

            pent@adobe.com Peter Ent
            yishayw Yishay Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: