зеркало из https://github.com/mozilla/pjs.git
Bug 492751 - spell checking disabled when indenting text in HTML composition
p=me r/sr=bienvenu
This commit is contained in:
Родитель
4bf4a9ee0c
Коммит
25a4f854b3
|
@ -1128,8 +1128,13 @@ mozInlineSpellChecker::SkipSpellCheckForNode(nsIEditor* aEditor,
|
|||
|
||||
if (parentTagName.Equals(NS_LITERAL_STRING("blockquote"), nsCaseInsensitiveStringComparator()))
|
||||
{
|
||||
*checkSpelling = PR_FALSE;
|
||||
break;
|
||||
nsAutoString quotetype;
|
||||
parentElement->GetAttribute(NS_LITERAL_STRING("type"), quotetype);
|
||||
if (quotetype.Equals(NS_LITERAL_STRING("cite"), nsCaseInsensitiveStringComparator()))
|
||||
{
|
||||
*checkSpelling = PR_FALSE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
else if (parentTagName.Equals(NS_LITERAL_STRING("pre"), nsCaseInsensitiveStringComparator()))
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче