From 0f2e50a177dfd2485260c132bd79fe61149b4508 Mon Sep 17 00:00:00 2001 From: "mrbkap%gmail.com" Date: Mon, 9 Jul 2007 23:05:44 +0000 Subject: [PATCH] Backing out this change to see if it fixes the test failures. git-svn-id: svn://10.0.0.236/trunk@229576 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/forms/nsTextControlFrame.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozilla/layout/forms/nsTextControlFrame.cpp b/mozilla/layout/forms/nsTextControlFrame.cpp index ed85ae3ee7d..395e4385afd 100644 --- a/mozilla/layout/forms/nsTextControlFrame.cpp +++ b/mozilla/layout/forms/nsTextControlFrame.cpp @@ -1415,7 +1415,10 @@ nsTextControlFrame::CreateFrameFor(nsIContent* aContent) // 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. //