mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
bfd4c1f102
editor/base/nsEditorEventListeners.cpp editor/base/nsEditorEventListeners.h - Added code to scroll the selection into view after processing key events. - Commented out the hack that redraws the entire view when the focus is gained and lost. Replaced the hack code with calls to RepaintSelection(). layout/base/public/nsIFrameSelection.h layout/base/public/nsIPresShell.h layout/html/base/src/nsPresShell.cpp - Added ScrollSelectionIntoView() and RepaintSelection() methods. layout/base/src/nsRangeList.cpp - Added implementation for ScrollSelectionIntoView() and RepaintSelection(). - Check for NULL primary frame in GetFocusNodeRect() to fix bug #12793. |
||
---|---|---|
.. | ||
base | ||
content | ||
document | ||
forms | ||
style | ||
table | ||
tests | ||
.cvsignore | ||
Makefile.in | ||
makefile.win |