-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
Reproduce:
- Open a datepicker with the keyboard
- Use Tab to navigate out of the time-picker
Expected:
- The confirm button is focussed
Observed:
- The element after the datepicker is focussed
- I have to tab through all elements on the page to access the confirm button
- Alternatively, I can Shift-Tab to reach the confirm and cancel buttons
The new positioning of the buttons (below the datepicker) breaks the unity/alignment of the design, every other data types have their controls on the top-right corner of the field.
I was surprise because didn't saw the confirm/cancel buttons right away (I was really expecting them to be at the same place like for the other inline-fields).
It is technically not a problem to position them above the "input" and it does not break the keyboard navigation.
gimbel is there an other argument against putting the buttons back at the same place as the were (and keep the alignment)?