Widgets contained in Popup do not fire events to server

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 10.0.0
    • Component/s: General
    • None

      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

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

              Created:
              Updated: