зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
3f2ef8e134
Коммит
abbeacef2f
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче