Combox's onSelect will keep to fire when invalidate the component

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.0.8
    • Affects Version/s: 5.0.7.1
    • Component/s: Components
    • None
    • None

      For example,

      <combobox onSelect='alert("onSelect");self.invalidate()'>
      <comboitem label="Add 1 item" />
      <comboitem label="Add 2 item" />
      <comboitem label="Add 3 item" />
      </combobox>

      1. Please select any one of the comboitems, and it will fire an onSelect event.
      2. After close the dialog and reopen the combobox (don't select anything) and then click out side the combobox, it should not appear a constrain error or resend the onSelect event again.

            Assignee:
            SimonPai
            Reporter:
            jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: