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

Widgets contained in Popup do not fire events to server

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 10.0.0
    • General

      Steps to Reproduce

      <toolbarbutton id="btn" label="Test" tooltip="pp"/>
      <popup id="pp">
      <checkbox onClick="alert(0);" onCheck="alert(1);"/>
      </popup>
      

      (Other widgets like Textbox etc. have the same problem)
      Hover the toolbarbutton to show the popup with the checkbox. Click.

      Current Result

      No messagebox.

      Expected Result

      Two messageboxes.

      Workaround

      Replace Popup by Div and position via Javascript; quite ugly

            Unassigned Unassigned
            chemFelix chemFelix
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: