Closed
Description
- Consistent page loading experience. The nav menu and footer should not be visible while content is still loading. → Fix more UX/design debt #267
- On
/overview
, you briefly see the page footer right below the top navigation bar whilst the content of the page is loading. - On
/1/input
the entire page is white whilst page is loading: this is how we want it to be.
- On
- on
/input
allow polling-station-numbers starting with0
(i.e.033
). Strip leading zeros before doing lookup of the polling station number in the database (002
and02
should evaluate to2
) → Some design fixes #284 - Hints on how to submit forms with keyboard have been redesigned to better show they are keyboard shortcuts. Implement new design. → Some design fixes #284
- in input-grids, when the contents of a cell wraps over two lines, the row-height increases because the text does not fit into remaining cell height. Fix: → Some design fixes #284
- Fix space grotesk font rendering straight quotes as curly quotes #346
After #133 is fixed:
-
Pressing Enter in the last input row returns focus to the first row, it should move focus to the submit button.will be fixed in Improve keyboard navigation on list data entry page #207 - Shift+Enter doesn't work (Safari on macOS). → Form component shortcuts #295
-
With the tab-key I can highlight the "volgende" button and then submit by hitting the space bar. I can also highlight the navigation items on the left, but there hitting the space bar does not get me to the item I highlighted.No fix needed. Spacebar does not submit actions by default. OnlyENTER
does. - Add custom checkbox component to be able to better style checkboxes and radiobuttons (ie the "confirm to accept warnings" and "recounted" questions) → Custom checkbox #292
Metadata
Assignees
Type
Projects
Status
Done