зеркало из https://github.com/mozilla/pjs.git
When selectedIndex is set, make sure to display the corresponding text in the display area. Bug 330554, r+sr=mats, a=dbaron
This commit is contained in:
Родитель
db7616c86a
Коммит
f347994a03
|
@ -916,6 +916,8 @@ nsComboboxControlFrame::GetOptionSelected(PRInt32 aIndex, PRBool* aValue)
|
|||
NS_IMETHODIMP
|
||||
nsComboboxControlFrame::OnSetSelectedIndex(PRInt32 aOldIndex, PRInt32 aNewIndex)
|
||||
{
|
||||
RedisplayText(aNewIndex);
|
||||
|
||||
nsISelectControlFrame* listFrame = nsnull;
|
||||
NS_ASSERTION(mDropdownFrame, "No dropdown frame!");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче