Tabbing out of dropdown does not reset selected item (bug 100188), r=rods@netscape.com, sr=attinasi@netscape.com

This commit is contained in:
jkeiser@netscape.com
2002-02-20 05:59:46 +00:00
parent 5f1e222876
commit a2b587a53f
8 changed files with 50 additions and 34 deletions

View File

@@ -2110,7 +2110,7 @@ nsListControlFrame::UpdateSelection()
return rv;
}
void
NS_IMETHODIMP
nsListControlFrame::ComboboxFinish(PRInt32 aIndex)
{
if (mComboboxFrame) {
@@ -2129,6 +2129,8 @@ nsListControlFrame::ComboboxFinish(PRInt32 aIndex)
FireOnChange();
}
}
return NS_OK;
}
NS_IMETHODIMP