mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-01 00:33:57 +00:00
#435: M1395157
This commit is contained in:
parent
693b6a16ea
commit
19a2166287
@ -953,15 +953,6 @@ nsEditor::EndPlaceHolderTransaction()
|
||||
selection->SetCanCacheFrameOffset(true);
|
||||
}
|
||||
|
||||
{
|
||||
// Hide the caret here to avoid hiding it twice, once in EndUpdateViewBatch
|
||||
// and once in ScrollSelectionIntoView.
|
||||
RefPtr<nsCaret> caret;
|
||||
nsCOMPtr<nsIPresShell> presShell = GetPresShell();
|
||||
|
||||
if (presShell)
|
||||
caret = presShell->GetCaret();
|
||||
|
||||
// time to turn off the batch
|
||||
EndUpdateViewBatch();
|
||||
// make sure selection is in view
|
||||
@ -969,7 +960,6 @@ nsEditor::EndPlaceHolderTransaction()
|
||||
// After ScrollSelectionIntoView(), the pending notifications might be
|
||||
// flushed and PresShell/PresContext/Frames may be dead. See bug 418470.
|
||||
ScrollSelectionIntoView(false);
|
||||
}
|
||||
|
||||
// cached for frame offset are Not available now
|
||||
if (selection) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user