- Downloads
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}
Showing
- evap/static/ts/src/student-vote.ts 157 additions, 0 deletionsevap/static/ts/src/student-vote.ts
- evap/student/templates/student_vote.html 15 additions, 150 deletionsevap/student/templates/student_vote.html
- evap/student/templates/student_vote_questionnaire_group.html 1 addition, 1 deletionevap/student/templates/student_vote_questionnaire_group.html
evap/static/ts/src/student-vote.ts
0 → 100644
Please sign in to comment