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>
- blocks
-
ZK-2935 A modal window with no focusable control will give focus to background element on tab focus.
-
- Closed
-
- relates to
-
ZK-2934 A control in a grid row does not count as a focusable control when giving focus to the first element of a modal window
-
- Closed
-
-
ZK-2940 Combobutton is not tab focusable if no tabIndex or tabindex="0"
-
- Closed
-
-
ZK-3069 tabindex=0 is not passed to the widgets associated dom element
-
- Closed
-
-
ZK-3081 A modal window which 1st element doesn't have a tabindex will give focus to background element on tab focus.
-
- Closed
-