Bug 429160 [Mac]Regression: Command-Option-F does not select search box (not fixed by this patch) / Bug 429291 Hotkeys (Ctrl-F, Ctrl-C, Ctrl-V, etc.) broken in Russian locale (most likely after bug 359638 landed) (fixed by this patch) r+sr=roc, a=beltzner
git-svn-id: svn://10.0.0.236/trunk@250370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f86288b4db
commit
504d02420f
@ -4035,7 +4035,7 @@ nsContentUtils::GetAccelKeyCandidates(nsIDOMEvent* aDOMEvent,
|
||||
for (PRUint32 i = 0;
|
||||
i < nativeKeyEvent->alternativeCharCodes.Length(); ++i) {
|
||||
PRUint32 ch =
|
||||
nativeKeyEvent->alternativeCharCodes[0].mUnshiftedCharCode;
|
||||
nativeKeyEvent->alternativeCharCodes[i].mUnshiftedCharCode;
|
||||
if (!ch || ch == nativeKeyEvent->charCode)
|
||||
continue;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user