Bug #14429
closed
"Access Key" with umlauts in Firefox
Added by Wolfgang Klinger almost 20 years ago.
Updated over 18 years ago.
Description
German umlauts like ÄÖÜ don't work as "Access Key" combination in Firefox (and possibly other browsers)
I suggest to allow only [a-zA-Z] as possible "Access Key", tia
(might prevent problems with other charsets too(?))
see attached patch
(issue imported from #M570)
Files
By the way, how does that access key function treat special characters like "/><()[]" currently?
If it just outputs them without piping them thru htmlspecialchars() it'd be non-valid anyway and we'd have to consider it as a real bug that NEEDS to be fixed. Imagine a page title that begins with a quote (")!
TYPO3 would then output something like <.... accesskey=""">.
So how does it treat special chars currently?
no htmlspecialchars.... that's the line from tslib_menu:
$key = strtoupper(trim(substr($title,$a,1)));
....
$result['code'] = ' accesskey="'.$key.'"';
right.... Increasing severity to major (though it's easy to fix).
However, I don't have time to commit the fix it right now.
edited on: 23.02.05 16:44
Hey there's a patch here already, please include it in the upcoming release! Thanks!
Sorry Rupi dass ich Dir das direkt angehängt habe. Wollte es eigentlich an mich selbst assignen, keine Ahnung was ich falsch geklickt habe...
Kümmerst Du Dich jetzt aber drum?
Liebe Grüsse
- michael
schon OK ;-)
I committed the patch to CVS a miniute ago.
Also available in: Atom
PDF