We recently implemented #503. The first input on the page is automatically focussed when navigating to a form section. When a NumberInput in our InputGrid is focussed, we also highlight the entire row (light blue background). When navigating to a form section, this highlight is not set.
Reproduction step
(testen in chrome on macos)
fill out a form, and click 'volgende'
the first input of the next section is focussed.
expected: the row also has a highlight
observed: the row does not have a highlight
The highlight is correctly set if you focus the next input
use Enter to navigate to the next input
expected+observed: row has highlight
When you manually move focus to the first input, it also receives input
use shift+tab to go the the previous (first) input
Background
We recently implemented #503. The first input on the page is automatically focussed when navigating to a form section. When a NumberInput in our InputGrid is focussed, we also highlight the entire row (light blue background). When navigating to a form section, this highlight is not set.
Reproduction step
(testen in chrome on macos)
The highlight is correctly set if you focus the next input
Enter
to navigate to the next inputWhen you manually move focus to the first input, it also receives input
shift
+tab
to go the the previous (first) input