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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 7.0.7, 8.0.1
    • Affects Version/s: 8.0.0, 7.0.7, 7.0.6.1
    • Component/s: None
    • Security Level: Jimmy
    • None
    • Environment:

      firefox

    • ZK 7.0.7
    • None

      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.

            Assignee:
            christopherszu
            Reporter:
            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