When searching for a template in the Transclusion dialog, a list of possible matches is displayed which can be navigated using your keyboard. Pressing the Tab key on one of these should 'Select' the template for use rather than close the inspector.
Dropdown select
Tested at: https://en.wikipedia.org/wiki/Special:PagesWithProp
Alternative native select: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select (CodePen doesn't support IE 11, another alternative: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select)
Procedure: tab into the select box, press space once to open the dropdown [2], press down arrow once, and then:
pressed key | Opera 12 | Blink/Win | Chrome 83/Win | Chrome 83/macOS | Firefox/Win+macOS | IE 11 | Saf | OOUI v0.39.0 |
---|---|---|---|---|---|---|---|---|
Tab | ||||||||
Escape | [4] | [4] | [4] | [4] | ||||
Space | — | — | — | — | — | — | — | — |
Enter | ||||||||
Legend: = confirms choice, = cancels choice, — = does nothing
Text input suggestions
Tested at: http://davidwalsh.name/demo/datalist.php
Procedure: tab into the search box, type 'Mo', press down arrow once, and then:
pressed key | Opera 12 | Blink | Firefox | IE 11 | OOUI |
---|---|---|---|---|---|
Tab | |||||
Escape | [1] | ||||
Space | [1] | ||||
Enter | |||||
Legend: = confirms choice, = cancels choice
[1] Opera 12 immediately places the suggestion into the text input. One can press the up arrow to cancel, in a way.
[2] Otherwise one can use arrow keys to change the value of the closed dropdown.
[3] Firefox doesn't let me open the dropdown with keyboard at all… I tested after clicking it with a mouse to open.
[4] Browser immediately chooses the highlighted option, leaving no way to cancel the choice.
Original task meta information:
Author: adaml
Version: unspecified
Severity: enhancement