fixed blocker bug 10698; rvwd: akkana; apprvd: chofmann
git-svn-id: svn://10.0.0.236/trunk@41563 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -349,17 +349,6 @@ NS_IMETHODIMP nsHTMLEditor::InsertBreak()
|
||||
res = mRules->DidDoAction(selection, &ruleInfo, res);
|
||||
}
|
||||
|
||||
// Insert some formatting whitespace:
|
||||
nsAutoString whitespace(NS_LINEBREAK);
|
||||
(void)nsEditor::InsertText(whitespace);
|
||||
|
||||
// XXXX: Horrible hack! We are doing this because
|
||||
// of an error in Gecko which is not rendering the
|
||||
// document after a change via the DOM - gpk 2/13/99
|
||||
// BEGIN HACK!!!
|
||||
// HACKForceRedraw();
|
||||
// END HACK
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
@@ -349,17 +349,6 @@ NS_IMETHODIMP nsHTMLEditor::InsertBreak()
|
||||
res = mRules->DidDoAction(selection, &ruleInfo, res);
|
||||
}
|
||||
|
||||
// Insert some formatting whitespace:
|
||||
nsAutoString whitespace(NS_LINEBREAK);
|
||||
(void)nsEditor::InsertText(whitespace);
|
||||
|
||||
// XXXX: Horrible hack! We are doing this because
|
||||
// of an error in Gecko which is not rendering the
|
||||
// document after a change via the DOM - gpk 2/13/99
|
||||
// BEGIN HACK!!!
|
||||
// HACKForceRedraw();
|
||||
// END HACK
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user