Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-669

Cannot select the first item of dynamic forms when it is just created

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 0.5.5, 0.5.6, 0.6.0
    • 0.6.0
    • GUI
    • Mac OS; Safari & Chrome

    Description

      Steps to Reproduce:

      1. run the code:

      val selected = z.select("", List(("a", "a"), ("b", "b")))
      println(selected)
      

      output is "", which is expected. "a" is selected in UI, which is not expected?

      2. select "a": output is "". BUG: should be "a"
      3. select "a": output is still "". This will be forever if I don't select "b"
      4. select "b": output is "b"
      5. select "a": output is "a"

      Attachments

        Activity

          People

            zwang Zhong Wang
            zwang Zhong Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: