Skip to content
Snippets Groups Projects
Unverified Commit 26eac87c authored by Niklas Mohrin's avatar Niklas Mohrin
Browse files

Fix various small mistakes with keyboard tabbing logic - also port to TypeScript

- Port keyboard logic for student_vote.html to TypeScript
- Disallow tabbing onto the "additional textanswer" button
- Select the correct input when first tabbing into the form area
- Reload student vote site on form errors
- Before this change, we would use the HTML that we got back from the AJAX submission and just rewrite the DOM with `document.write`. This is ... controversial.
- okay, I guess we can also let people back out of the form again if you really insist
- _inlines return_; niklas: 'is this test driven development?'
- wow, this was broken on master all along
- just throwing requestAnimationFrame at the problem, 100% success rate so far
- Inline variable, outline my skills
- Rename selectable{, s}
parent 96e851b8
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment