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

A toolbar with a toolbarbutton does not count as a focusable control when giving focus to the first element of a modal window

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.0.2
    • 8.0.0, 7.0.7
    • None
    • Security Level: Jimmy
    • ZK 8.0.2 S2

      A toolbarbutton in a toolbar does not count as a focusable control when giving focus to the first element of a modal window

      See the example

      <zk>
      	<style>
      		.z-toolbarbutton:focus, .z-button:focus, .z-toolbar:focus { 
          		background-color: yellow;
      			border: 1px red solid;
      		}
      	</style>
      	<button></button>
      	<button></button>
      	<window mode="modal">
      		<toolbar>
      			<toolbarbutton label="toolbarbutton"></toolbarbutton>
      		</toolbar>
      		<button></button>
      		<button></button>
      		<button></button>
      	</window>
      </zk>
      

            wenninghsu wenninghsu
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 2 hours Original Estimate - 2 hours
                2h
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 7 hours
                7h