From 36a48d450ce96d98bdd20e8d48b5edcc917381e2 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sun, 23 Mar 2003 17:31:42 +0000 Subject: [PATCH] landing neil's fix for bug #193416 mailnews start page gets cleared when I open the pref window regression caused by bandaid for bug #90337 r=jan, sr=jag. git-svn-id: svn://10.0.0.236/trunk@140098 18797224-902f-48f8-a5cc-f745e15eee43 --- .../mailnews/addrbook/resources/content/abMailListDialog.js | 4 ---- .../compose/resources/content/addressingWidgetOverlay.js | 4 ---- .../autocomplete/resources/content/autocomplete.xml | 3 ++- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/mozilla/mailnews/addrbook/resources/content/abMailListDialog.js b/mozilla/mailnews/addrbook/resources/content/abMailListDialog.js index f487113a932..0637220f628 100644 --- a/mozilla/mailnews/addrbook/resources/content/abMailListDialog.js +++ b/mozilla/mailnews/addrbook/resources/content/abMailListDialog.js @@ -444,10 +444,6 @@ 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') != '') diff --git a/mozilla/mailnews/compose/resources/content/addressingWidgetOverlay.js b/mozilla/mailnews/compose/resources/content/addressingWidgetOverlay.js index 869e08728ba..1c34ac29014 100644 --- a/mozilla/mailnews/compose/resources/content/addressingWidgetOverlay.js +++ b/mozilla/mailnews/compose/resources/content/addressingWidgetOverlay.js @@ -542,10 +542,6 @@ 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 diff --git a/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml b/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml index 90079ae08bd..665816b6860 100644 --- a/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml +++ b/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml @@ -40,7 +40,8 @@