Bug 384265. No accessible focus events fired during incremental find in an HTML <select>. r=mats, sr=neil

This commit is contained in:
aaronleventhal@moonset.net 2007-06-14 06:18:16 -07:00
Родитель 4e97db3814
Коммит 9987549b99
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2686,6 +2686,7 @@ nsListControlFrame::KeyPress(nsIDOMEvent* aKeyEvent)
if (!UpdateSelection()) {
return NS_OK;
}
FireMenuItemActiveEvent(); // Only fire if new item reached
}
break;
}