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

combobox input should be focus while click the dorp-down button in Android

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.8
    • None
    • None
    • Android

      Steps to Reproduce

       

      <zk>
         <style>
         .buggy .z-combobox-input {
            background-color: yellow;
         }
      
         .buggy .z-combobox-input:focus {
            background-color: green;
         }
         </style>
         <label multiline="true">
         1. Combobox's initial background color is yellow.
         2. Click button to open dorp-down list, and Combobox's background color will transform to green.
         3. Select a item, and then Combobox's background color must be still green.
         </label>
         <combobox sclass="buggy">
            <comboitem label="item 1"></comboitem>
            <comboitem label="item 2"></comboitem>
         </combobox>
      </zk>

       

       

      1. Combobox's initial background color is yellow.
      2. Click button to open dorp-down list, and Combobox's background color will transform to green.
      3. Select a item, and then Combobox's background color must be still green.

      when click button to open dorp-down list, z-combobox-input should be focus.

      Current Result

      Click button to open dorp-down list, and Combobox's background color is still yellow.

      Expected Result

      Click button to open dorp-down list, and Combobox's background color will transform to green.

       

            DevChu DevChu
            katherinelin katherinelin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: