bad test of collapsed selection, had side effect on setting background color; b=121903, r=jfrancis, r=brade, sr=kin

This commit is contained in:
glazman%netscape.com 2002-02-18 10:06:07 +00:00
Родитель 3f2ef8e134
Коммит abbeacef2f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -5107,7 +5107,7 @@ nsHTMLEditor::SetCSSBackgroundColor(const nsAReadableString& aColor)
if (NS_FAILED(res)) return res;
}
}
else if ((startNode == endNode) && nsTextEditUtils::IsBody(startNode) && !startOffset && !endOffset )
else if ((startNode == endNode) && nsTextEditUtils::IsBody(startNode) && isCollapsed)
{
// we have no block in the document, let's apply the background to the body
nsCOMPtr<nsIDOMElement> element = do_QueryInterface(startNode);