зеркало из https://github.com/mozilla/pjs.git
Bug 328496, search results appear multiple times, r+sr=bz
This commit is contained in:
Родитель
91a66340d7
Коммит
ae4b99f7f1
|
@ -1326,6 +1326,13 @@ nsXULContentBuilder::CreateContainerContentsForQuerySet(nsIContent* aElement,
|
|||
}
|
||||
}
|
||||
|
||||
if (existingmatch) {
|
||||
// remove the generated content for the existing match
|
||||
rv = ReplaceMatch(existingmatch->mResult, nsnull, nsnull, aElement);
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
}
|
||||
|
||||
if (generateContent) {
|
||||
// find the rule that matches. If none match, the content does not
|
||||
// need to be generated
|
||||
|
|
Загрузка…
Ссылка в новой задаче