Temporarily disable attachment 87307 (Async reflow, painting, and scrolling for text widgets) which landed as part of bug 141900. Will re-enable it after bugs 158782, 151882, and 165130 are addressed.

The patch simply prevents the eEditorUseAsyncUpdatesMask bit from being set on the editor.

r=brade@netscape.com  sr=sfraser@netscape.com  a=brendan@mozilla.org
This commit is contained in:
kin@netscape.com
2002-10-16 19:02:05 +00:00
parent c9311fec7c
commit 953773aef0
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -1909,7 +1909,10 @@ nsTextControlFrame::CreateAnonymousContent(nsIPresContext* aPresContext,
// Use async reflow and painting for text widgets to improve
// performance.
editorFlags |= nsIPlaintextEditor::eEditorUseAsyncUpdatesMask;
// XXX: Using editor async updates exposes bugs 158782, 151882,
// and 165130, so we're disabling it for now, until they
// can be addressed.
// editorFlags |= nsIPlaintextEditor::eEditorUseAsyncUpdatesMask;
// Now initialize the editor.
//