Bug 306437. Onchange events fired twice for option selection via mouseclick. r=dbaron, sr=neil

This commit is contained in:
aaronleventhal%moonset.net 2005-09-04 18:20:56 +00:00
Родитель b9949fcef0
Коммит 030b1bfae0
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -2779,9 +2779,11 @@ nsListControlFrame::MouseDown(nsIDOMEvent* aMouseEvent)
// Handle Like List
CaptureMouseEvents(GetPresContext(), PR_TRUE);
mChangesSinceDragStart = HandleListSelection(aMouseEvent, selectedIndex);
#ifdef ACCESSIBILITY
if (mChangesSinceDragStart) {
UpdateSelection(); // dispatch event, update combobox, etc.
FireMenuItemActiveEvent();
}
#endif
} else {
// NOTE: the combo box is responsible for dropping it down
if (mComboboxFrame) {