Actions
Defect #14550
closedIssue edition : accesskey="e" conflict between update link and textarea edit
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
I was wondering why the accesskey="e" was not working on /issues/:id and discovered that the issue_description textarea already registers the accesskey="e" shortcut.
In my case (Chromium 28), the shortcut ends up disabled (it neither clicks 'Update' nor focus on the textarea).
Two possible issues :- rename the ticket update shortcut, maybe as accesskey="u"
- remove the textarea accesskey="e" which is actually useless in ticket edition mode
Related issues
Actions