bug 102021, xul menulist accessibility support for aaronl
r=jgaunt, sr=hyatt bug 109227, xul tabbox accessibility support r=aaronl, sr=hewitt bug 110800, improper event firing in selects r=dcone, sr=attinasi git-svn-id: svn://10.0.0.236/trunk@110598 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3251,7 +3251,7 @@ nsListControlFrame::KeyPress(nsIDOMEvent* aKeyEvent)
|
||||
PerformSelection(newIndex, isShift, PR_FALSE);
|
||||
// Dispatch event
|
||||
if (mComboboxFrame && mIsAllFramesHere) {
|
||||
mComboboxFrame->UpdateSelection(PR_TRUE, PR_TRUE, newIndex);
|
||||
mComboboxFrame->UpdateSelection(PR_TRUE, PR_FALSE, newIndex);
|
||||
} else {
|
||||
UpdateSelection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user