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

uncheck a toolbarbutton looks no differences from checked toolbarbutton

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 10.0.0
    • None
    • Security Level: Jimmy
    • None

      Steps to Reproduce

        <toolbar>
          <toolbarbutton mode="toggle" label="click"/>
        </toolbar>
      
      1. run the code in iceblue theme
      2. click the toolcarbutton twice

      Current Result

      the toolbarbutton looks checked, but it's actually unchecked.

      Expected Result

      the focused state should ha

      Debug info

      • its focused state has the same background as checked state, so cause this confusion

      .z-toolbarbutton:focus

      { color: #FFFFFF; border-color: #FFA516; background-color: #0093F9; }

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

              Created:
              Updated: