clicking in addressing widget (in reply or edit mailing list dialog)
duplicates the first address.

regression caused by the band-aid for #90337.

thanks to neil for this patch.

r/sr=sspitzer,a=blizzard
This commit is contained in:
sspitzer%netscape.com 2003-01-24 04:04:40 +00:00
Родитель 3ad37f6995
Коммит 3823ba35f6
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -444,6 +444,10 @@ function awAppendNewRow(setFocus)
if ( input && input.length == 1 )
{
input[0].setAttribute("value", "");
// XXX TODO
// band-aid for bug #190153 which was caused by a
// band-aid for #90337
input[0].value = "";
input[0].setAttribute("id", "addressCol1#" + top.MAX_RECIPIENTS);
if (input[0].getAttribute('focused') != '')

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

@ -541,6 +541,10 @@ function awAppendNewRow(setFocus)
if ( input && input.length == 1 )
{
input[0].setAttribute("value", "");
// XXX TODO
// band-aid for bug #190153 which was caused by a
// band-aid for #90337
input[0].value = "";
input[0].setAttribute("id", "addressCol2#" + top.MAX_RECIPIENTS);
//this copies the autocomplete sessions list from recipient#1