|
Use a block cursor in overtype mode
Overtype mode will use block cursor instead of a caret to
highlight the next character to be replaced. It will fully cover
the next character to be replaced (except at the end of a line
where the usual blinking caret will be shown).
This new block cursor is internally implemented as a selection
(not exposed to JavaScript) because the selection code knows how
to deal with bidi text.
R=
BUG= 237584
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152662
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+298 lines, -3 lines) |
Patch |
 |
A |
LayoutTests/editing/selection/block-cursor-overtype-mode.html
|
View
|
1
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/editing/selection/block-cursor-overtype-mode-expected.txt
|
View
|
1
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/editing/selection/block-cursor-overtype-mode-rtl.html
|
View
|
1
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/editing/selection/block-cursor-overtype-mode-rtl-expected.txt
|
View
|
1
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/editing/selection/resources/block-cursor-utils.js
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/Editor.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/editing/Editor.cpp
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/FrameSelection.h
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/FrameSelection.cpp
|
View
|
1
|
4 chunks |
+20 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.cpp
|
View
|
1
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/testing/Internals.idl
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|