Bug 1345606. setRangeText should mark the text control as dirty. r=ehsan
MozReview-Commit-ID: 9le2PoelGei
This commit is contained in:
@@ -784,7 +784,9 @@ HTMLTextAreaElement::GetValueFromSetRangeText(nsAString& aValue)
|
||||
nsresult
|
||||
HTMLTextAreaElement::SetValueFromSetRangeText(const nsAString& aValue)
|
||||
{
|
||||
return SetValueInternal(aValue, nsTextEditorState::eSetValue_ByContent);
|
||||
return SetValueInternal(aValue,
|
||||
nsTextEditorState::eSetValue_ByContent |
|
||||
nsTextEditorState::eSetValue_Notify);
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
||||
Reference in New Issue
Block a user