зеркало из https://github.com/mozilla/pjs.git
an other fix for 66771, sr=sspitzer, handle adding of fake rows when going from match all msgs to match all/any criteria
This commit is contained in:
Родитель
d77e79e3cb
Коммит
5fb7dbffb2
|
@ -280,7 +280,7 @@ function booleanChanged(event) {
|
|||
var searchTerms = document.getElementById("searchTermList");
|
||||
if (searchTerms)
|
||||
{
|
||||
if (!matchAllValue && searchTerms.hidden)
|
||||
if (!matchAllValue && searchTerms.hidden && !gTotalSearchTerms)
|
||||
onMore(null); // fake to get empty row.
|
||||
searchTerms.hidden = matchAllValue;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче