зеркало из https://github.com/mozilla/gecko-dev.git
Small selection fix, force update when frane changes but content stays the same.
This commit is contained in:
Родитель
3cd8bb5742
Коммит
e5af87628b
|
@ -800,6 +800,7 @@ NS_METHOD nsFrame::HandleDrag(nsIPresContext& aPresContext,
|
|||
if (SELECTION_DEBUG) printf("HandleDrag::New Frame, same content.\n");
|
||||
|
||||
AdjustPointsInNewContent(aPresContext, aEvent, aFrame);
|
||||
addRangeToSelectionTrackers(currentContent, currentContent, kInsertInAddList);
|
||||
|
||||
} else if (gDoc->IsBefore(newContent, currentContent)) {
|
||||
if (SELECTION_DEBUG) printf("HandleDrag::New Frame, is Before.\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче