Summary | Accesskeys broken in Chrome/Mac |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) , chuck (at) horde (dot) org, jan (at) horde (dot) org |
Requester | chuck (at) horde (dot) org |
Created | 03/29/2011 (5209 days ago) |
Due | |
Updated | 04/05/2011 (5202 days ago) |
Assigned | |
Resolved | 04/05/2011 (5202 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Bug #9737: Fix accesskeys in Chrome/Mac on elements that are links1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0e7341cc7adbdf9d293f5e4735beed4c6874eaf5
tags when you fire an event manually. If you have an event handler
registered on that element, the action is triggered twice, so you end
up with two popups.
This is of course broken behavior and has security implications
because it's an open field for click-hijacking.
Priority ⇒ 2. Medium
not to finish (if I comment out the return everything seems to work
fine):
if (navigator.userAgent.indexOf('Chrome/') > -1 &&
elt.tagName == 'A') {
return;
}
What is that preventing in the versions you have?
Assigned to
have a Mac version that is supported by Chrome, so someone else need
to take a look at those cases.
the test page, F, G, H, I, J, K, L, M all fail.
Fix access keys with Chrome on elements that are not links. Maybe
fixes
bug #9737?2 files changed, 9 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/503221deb7286cf43637bd79e24845e7af38f20d
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Jan Schneider
Queue ⇒ Horde Base
Summary ⇒ Accesskeys broken in Chrome/Mac
Type ⇒ Bug
Priority ⇒ 2. Medium
menu item, instead of activating it. No JS errors that I see. Cleared
all cached static js files, etc.