Backing out unapproved checkin for bug 97227. a=brendan,blizzard

git-svn-id: svn://10.0.0.236/trunk@102064 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2001-08-31 03:45:20 +00:00
parent 985a1d4d1a
commit 5f0d92745b
30 changed files with 44 additions and 85 deletions

View File

@@ -4185,7 +4185,7 @@ nsListControlFrame::KeyPress(nsIDOMEvent* aKeyEvent)
if (IsInDropDownMode() == PR_TRUE) {
nsCOMPtr<nsIPresShell> presShell;
mPresContext->GetShell(getter_AddRefs(presShell));
presShell->FlushPendingNotifications(PR_FALSE);
presShell->FlushPendingNotifications();
}
REFLOW_DEBUG_MSG2(" After: %d\n", mSelectedIndex);
} else {