- Status New
- Percent Complete
- Task Type Bug Report
- Category Backend/Core
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Low
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2137 - feature accesskey bad implemented by web browsers
My tests showed that the html accesskey feature is not well and consistent supported by current web browsers and is quite cumbersome to use.
And it seems it will not be better in future..
The only solution I see dropping that feature or replacing them with simple single-key-event javascript listeners, like it is currently done with keys o, j, k, n, and p.
accesskeys in Flyspray I talk about:
- l (current SHIFT+ALT+l Firefox) login dialog / logout
- a (current SHIFT+ALT+a Firefox) add new task
- m (current SHIFT+ALT+m Firefox) my searches
- t (current SHIFT+ALT+t Firefox) focus taskid search
- e (current SHIFT+ALT+e + Enter Firefox) edit task
- x or y? (current SHIFT+ALT+y Firefox) close task
- s (current SHIFT+ALT+s Firefox) save task
Also related to Keyboard navigation: tabindex
Loading...
Available keyboard shortcuts
- Alt + l Login Dialog / Logout
- Alt + a Add new task
- Alt + m My searches
- Alt + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + e ↵ Enter Edit this task
- Alt + w watch task
- Alt + y Close Task
Task Editing
- Alt + s save task