Bug 250198 "find as you type" doesn't work

r=jst sr=tor a=roc
This commit is contained in:
cbiesinger%web.de 2004-07-08 22:37:17 +00:00
Родитель d7259882d2
Коммит 29638a1ed6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1595,6 +1595,7 @@ nsWindow::OnKeyPressEvent(GtkWidget *aWidget, GdkEventKey *aEvent)
InitKeyEvent(event, aEvent);
event.charCode = nsConvertCharCodeToUnicode(aEvent);
if (event.charCode) {
event.keyCode = 0;
// if the control, meta, or alt key is down, then we should leave
// the isShift flag alone (probably not a printable character)
// if none of the other modifier keys are pressed then we need to