Summary | New access keys code |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | jan (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 03/07/2009 (5919 days ago) |
Due | |
Updated | 03/28/2011 (5168 days ago) |
Assigned | |
Resolved | 03/28/2011 (5168 days ago) |
Milestone | 4 |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
handlers), and it's easy to figure those out and call them though JS
manually, this is a viable workaround.
All known access key methods we currently use seem to work
consistently across all browsers now, yay!
Taken from
State ⇒ Not A Bug
access key, and this is only possible with visible elements of course.
Furthermore browsers must not allow to trigger default actions of
elements through manually created events for security reasons (click
jacking etc.). Chrome still allows that though, so we had to catch that.
Taken from Michael Slusarz
research, can not be worked around.
FWIW, these accesskeys can't be accessed via non-javascript either.
So this has nothing to do with our javascript code.
Milestone ⇒ 4
http://cvs.horde.org/diff.php/horde/js/accesskeys.js?rt=horde&r1=1.6.2.3&r2=1.6.2.4&ty=u
http://cvs.horde.org/diff.php/horde/js/src/accesskeys.js?rt=horde&r1=1.7.2.3&r2=1.7.2.4&ty=u
Assigned to
this work (since the accesskeys are hidden via CSS, not javascript).
Since I don't use accesskeys personally, this is not at the top of my
list.
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒ 3.3.4
Assigned to Michael Slusarz
Queue ⇒ Horde Base
Summary ⇒ New access keys code
Type ⇒ Bug
Priority ⇒ 3. High
ticket #7866.Access keys on hidden elements like IMP sub menus don't work with the
new JS code.