Checked in attachment 156049 for bug 231765

This commit is contained in:
mostafah%oeone.com 2004-08-16 19:45:49 +00:00
Родитель fd0fc3e343
Коммит e0c0cced4e
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1203,6 +1203,7 @@ function addException( dateToAdd )
//add a row to the listbox.
var listbox = document.getElementById( "exception-dates-listbox" );
//ensure user can see that add occurred (also, avoid bug 231765, bug 250123)
listbox.ensureElementIsVisible( listbox.appendItem( DateLabel, dateToAdd.getTime() ));
sizeToContent();

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

@ -1241,6 +1241,7 @@ function addException( dateToAdd )
//add a row to the listbox
var listbox = document.getElementById( "exception-dates-listbox" );
//ensure user can see that add occurred (also, avoid bug 231765, bug 250123)
listbox.ensureElementIsVisible( listbox.appendItem( DateLabel, dateToAdd.getTime() ));
sizeToContent();