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

If the separator key needs to press the shift key, it doesn't work as expected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.7, 8.0.1
    • 8.0.0, 7.0.7, 7.0.6.1
    • None
    • Security Level: Jimmy
    • None
    • firefox

    • ZK 7.0.7

      problem description

      in German keyboard layout, entering a comma , requires pressing the shfit key. Here I simulate this case with a colon :.
      ( The document mentions that we don't support a colon. http://books.zkoss.org/wiki/ZK_Component_Reference/Input/Chosenbox#Properties)

      steps to reproduce

      1. run the zul below
        <zk>
        <zscript><![CDATA[
                ListModelList model = new ListModelList(Locale.getAvailableLocales());
        ]]></zscript>
        <chosenbox separator=":" model="${model}" width="200px"></chosenbox>
        </zk>
        
      2. use : to choose an item

      result

      We actually input a colon instead of choosing an item. It doesn't work because inputing : requires pressing the shift key.

            christopherszu christopherszu
            hawk hawk
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 0 minutes
                0m
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 minute
                1m