Requirements
- When entering into a list of parameters using keyboard navigation, any selected parameter will lose its selection/blue highlight. If a template name or wikitext element is highlighted in the sidebar, this remains (until a different element is selected).
- When entering into a list of parameters using keyboard navigation, the first parameter should be hovered/focused, even if a parameter within the list was previously selected (currently it is jumping to selected parameter instead of starting at the top)
Background
Steps to reproduce:
- Open the template dialog.
- Use the <tab> key to get to a parameter list.
- Use the up and down arrow keys to highlight a parameter, or <tab> to move focus to the next part.
- Type the <space> key to select a parameter.
- Click an up or down arrow key.
What happens:
- There's no indication that the previous parameter is still selected.
What should have happened It has been determined that this is not possible, therefore the requirements have been adjusted as shown at the top.
* The previous parameter should be selected and show a blue background, the newly-highlighted item should show a gray background.


