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:
jgaunt%netscape.com
2001-12-17 01:21:29 +00:00
parent d85f65eb5c
commit cbd0bb9ec7
15 changed files with 1012 additions and 36 deletions

View File

@@ -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();
}