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

chosenbox doesn't fire onSearch with a semicolon as the separator

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.8
    • 6.5.8.1
    • None
    • Security Level: Jimmy
    • None

      Steps to Reproduce

      <zk>
        <zscript>
          ListModelList model = new ListModelList(Locale.getAvailableLocales());
      </zscript>
      
       <chosenbox id="chosenboxA" model="${model}" creatable="true" createMessage="{0}" emptyMessage="Specify a value" separator=";"  hflex = "1" >
         <attribute name="onSearch">
           alert(event);
         </attribute>
        </chosenbox>
          <!-- semicolon doesn't work -->
      </zk>
      

      1. type aaa;

      Current Result

      no onSearch fired

      Expected Result

      fire onSearch event fired

      Debug Information

      • fixed in a later version, 7.0.8 is tested without this bug, not the first version that fixed it.

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: