Page MenuHomePhabricator

mw.util.tooltipAccessKeyPrefix should be alt-shift for Epiphany 2.30.6 on Linux
Closed, DeclinedPublic

Description

Per bug 29753 comment 17, I copy below the content of bug 29753 comment 16:

When I acess wikipedia using Mozilla/5.0 (X11; U; Linux x86_64; pt-br)
AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze
(2.30.6-1) Epiphany/2.30.6, MediaWiki suggests the use of "ctrl-shift-" but it

should suggest "alt-shift-".


Version: 1.19
Severity: normal
OS: Linux

Details

Reference
bz35080

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:20 AM
bzimport set Reference to bz35080.
bzimport added a subscriber: Unknown Object (MLST).

I think Epiphany is sufficiently rare that it does not justify hardcoding more code for in different places.

As of 6a81b0e53836cf72d54, we support the "accessKeyLabel" DOM property which browsers populate with the prefix so that we don't have to reverse engineer it.

If Epiphany doesn't support this already, please file a bug report upstream.

On en.wikipedia.org frontpage, epiphany-3.10.3-1.fc20.i686 tooltip says "ctrl-alt-h" for "View History", but it should be "shift-alt-h".
Google Chrome 34.0 shows correctly "shift-alt-h".

Upstreamed as https://bugzilla.gnome.org/show_bug.cgi?id=729359