Text Color well reverts to black when typing; b=112966, r/sr=kin
This commit is contained in:
Родитель
d9d7d17577
Коммит
15ad9b1af8
|
@ -970,8 +970,8 @@ nsHTMLEditor::GetInlinePropertyBase(nsIAtom *aProperty,
|
||||||
}
|
}
|
||||||
if (!useCSS) {
|
if (!useCSS) {
|
||||||
nsCOMPtr<nsIDOMNode> resultNode;
|
nsCOMPtr<nsIDOMNode> resultNode;
|
||||||
IsTextPropertySetByContent(collapsedNode, aProperty, 0, 0,
|
IsTextPropertySetByContent(collapsedNode, aProperty, aAttribute, aValue,
|
||||||
isSet, getter_AddRefs(resultNode));
|
isSet, getter_AddRefs(resultNode), outValue);
|
||||||
*aFirst = *aAny = *aAll = isSet;
|
*aFirst = *aAny = *aAll = isSet;
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче