stubonly doesn't work

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.0.2
    • Affects Version/s: 6.0.1
    • Component/s: Components
    • None
    • None

      try the case in http://books.zkoss.org/wiki/ZK_Developer's_Reference/Performance_Tips/Specify_Stubonly_for_Client-only_Components#Event_Handling

      <textbox stubonly="true" onChange='System.out.println(event.getClass().getName()+":"+event.getName())'/> doesn't work in my 6.0.1

      try following in zksandbox, it doesn't work too, but it work in fiddle with 5.0.x
      <textbox stubonly="true" onChange='alert(event.getClass().getName()+":"+event.getName())'/>

            Assignee:
            jumperchen
            Reporter:
            dennis
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: