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

Messagebox get error when set the Div be space owner

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • 5.0.9
    • 5.0.8
    • Components
    • Security Level: Jimmy
    • None

      <zk>
      <zscript><![CDATA[
      class MyDiv extends org.zkoss.zul.Div implements IdSpace {
      }
      ]]></zscript>
      <div use="MyDiv"/>
      <button label="Click me twice, it will show error" width="150px">
      <attribute name="onClick">
      Messagebox.show("Question is pressed. Are you sure?", "Question", Messagebox.OK | Messagebox.CANCEL, Messagebox.QUESTION);
      </attribute>
      </button>
      </zk>

            Jenkins Jenkins
            jimmyshiau jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: