JessyInk keybord navigation
Registered by
Egor Zindy
A blueprint for discussing keyboard navigation in JessyInk.
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Egor Zindy
- Direction:
- Needs approval
- Assignee:
- Egor Zindy
- Definition:
- New
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- Hannes Hochreiner
- Completed by
- Hannes Hochreiner
Whiteboard
2009-05-27
Proposal for a change in keyboard behaviour. event.keyCode doesn't cut it for correctly identifying keys. Proposed change is to use event.charCode || event.keyCode instead, which will detect keys are their ASCII code, with keyCode fallback for navigational keys.
Code written, seems to work in firefox 3.10 and opera 9.5 but needs more testing. Feel free to discuss over on http://
Will upload the new code to https:/
(?)