Uploaded image for project: 'ZK JSP'
  1. ZK JSP
  2. ZKJSP-23

Popup cannot be opened

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 2.6.0
    • None
    • ZK 7.0.5

      Reproducing steps:

      1. Open the sample jsp page
      2. Click the button to open a popup -> it is a bug if the popup did not show

      Reproducing sample:

      <%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
      <%@taglib prefix="z" uri="http://www.zkoss.org/jsp/zul"%>
      <html>
      <head>
          <meta charset="UTF-8">
          <title>Test Popup Display Issue</title>
          <z:zkhead/>
      </head>
      <body>
          <z:page>
              <z:button label="Open Popup">
              <z:attribute name="onClick">
                  custom.open(self);
              </z:attribute>
              </z:button>
              <z:popup id="custom">
                  <z:label value="Custom Popup"/> 
              </z:popup>
          </z:page>
      </body>
      </html>
      

            Jenkins Jenkins
            neillee neillee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: