Only set natural order attribute on the containment element.

This commit is contained in:
rjc%netscape.com 1999-06-25 09:32:43 +00:00
Родитель 0a10e64715
Коммит 7e4a5a8b81
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1146,7 +1146,7 @@ RDFGenericBuilderImpl::PopulateWidgetItemSubtree(nsIContent *aTemplateRoot, nsIC
}
}
// set natural order hint
if (aNaturalOrderPos > 0)
if ((aNaturalOrderPos > 0) && (isContainmentElement == PR_TRUE))
{
nsAutoString pos, zero("0000");
pos.Append(aNaturalOrderPos, 10);

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

@ -1146,7 +1146,7 @@ RDFGenericBuilderImpl::PopulateWidgetItemSubtree(nsIContent *aTemplateRoot, nsIC
}
}
// set natural order hint
if (aNaturalOrderPos > 0)
if ((aNaturalOrderPos > 0) && (isContainmentElement == PR_TRUE))
{
nsAutoString pos, zero("0000");
pos.Append(aNaturalOrderPos, 10);

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

@ -1146,7 +1146,7 @@ RDFGenericBuilderImpl::PopulateWidgetItemSubtree(nsIContent *aTemplateRoot, nsIC
}
}
// set natural order hint
if (aNaturalOrderPos > 0)
if ((aNaturalOrderPos > 0) && (isContainmentElement == PR_TRUE))
{
nsAutoString pos, zero("0000");
pos.Append(aNaturalOrderPos, 10);