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

stubonly doesn't work

    XMLWordPrintable

    Details

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

      Description

      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())'/>

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: