36130 beta3 bug. 1 line change to scroll selection

into view when value is set on text field/area.
This commit is contained in:
mjudge%netscape.com 2000-09-12 06:35:54 +00:00
Родитель 2d42606c72
Коммит 97104f5983
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -3028,6 +3028,7 @@ nsGfxTextControlFrame2::SetTextControlFrameState(const nsAReadableString& aValue
if (domSel)
domSel->EndBatchChanges();
}
mTextSelImpl->ScrollSelectionIntoView(nsISelectionController::SELECTION_NORMAL,nsISelectionController::SELECTION_FOCUS_REGION);
}
else
{