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:
masayuki%d-toybox.com 2008-04-17 14:40:06 +00:00
parent f86288b4db
commit 504d02420f

View File

@ -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;