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

Clients.showNotification() not working properly with autodisabled buttons

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.2
    • 6.0.1
    • Components
    • None

      If button has autodisable attribute set, then notification is disappearing immediately without waiting for mouse click or timeout.

      How to reproduce:

       
      <zk>
      	<window title="Clients.showNotification() bug" border="normal">
      		<button label="click me" autodisable="self">
      		    <attribute name="onClick">
      		        <![CDATA[
      		        Clients.showNotification("test");
      		        ]]>
      		    </attribute>
      		</button>
      	</window>
      </zk>
      

            neillee neillee
            czynga czynga
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: