Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1807

bandbox - messed display after its style changed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.1
    • 6.5.2
    • Components
    • Google Chrome

      <vbox>
      <bandbox id="test" width="200px" buttonVisible="false"/>
      <button label="test" onClick="doClick()"/>
      <zscript>
      void doClick()

      { test.setButtonVisible(true); test.setStyle("background-color:yellow;"); }

      </zscript>
      </vbox>

      if the test button is clicked then display bandbox becomes chaotic

            danchen0720 danchen0720
            arrow405 arrow405
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: