Bug 554806 Html editor deletes lines below return on certain emails composed in outlook 2003. r=roc,sr=dmose

This commit is contained in:
David Bienvenu 2010-05-18 09:58:38 +01:00
parent 3f9353b789
commit 45cbd7e1ed

View File

@ -2834,6 +2834,10 @@ nsEditor::SplitNodeImpl(nsIDOMNode * aExistingRightNode,
}
}
// handle selection
nsCOMPtr<nsIPresShell> ps = do_QueryReferent(mPresShellWeak);
if (ps)
ps->FlushPendingNotifications(Flush_Frames);
if (GetShouldTxnSetSelection())
{
// editor wants us to set selection at split point