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

Squence issue when attaching radio and radiogroup

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 5.0.11
    • Fix Version/s: 6.0.1, 5.0.12
    • Component/s: Components
    • Security Level: Jimmy
    • Labels:

      Description

      1.Click the button
      2.The two radios can be checked at the same time.

      <zk>
      <div id="div"/>
      <button label="click" >
      	<attribute name="onClick"><![CDATA[
      		Radiogroup g = new Radiogroup();
      		Radio r = new Radio();
      		r.setRadiogroup(g);
      		div.appendChild(r);
      		r = new Radio();
      		r.setRadiogroup(g);
      		div.appendChild(r);
      		div.appendChild(g);
      	]]></attribute>
      </button>
      </zk>

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: