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

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 8.0.0, 7.0.7
    • Fix Version/s: 8.0.2
    • Component/s: None
    • Security Level: Jimmy
    • Labels:
    • gh.sprint.customfield.default.name:
      ZK 8.0.2 S2

      Description

      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>
      

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

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