Clients.showNotification() not working properly with autodisabled buttons

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.0.2
    • Affects Version/s: 6.0.1
    • Component/s: Components
    • None
    • 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>
      

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

              Created:
              Updated:
              Resolved: