mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 554806 Html editor deletes lines below return on certain emails composed in outlook 2003. r=roc,sr=dmose
This commit is contained in:
parent
3f9353b789
commit
45cbd7e1ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user