|
Spell check whole content of an editable element when it gets focused.
This is how Gecko and Presto behave. Without this patch Blink spell checks
an editable after moving the caret/unfocusing the editable but the check spans
only the line the caret was previously at (possibly plus 1-2 lines around).
Textareas and contenteditables are only spell checked on
first focus.
BUG= 264730
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156583
Total comments: 5
Total comments: 2
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+289 lines, -21 lines) |
Patch |
|
M |
LayoutTests/editing/spelling/focusing-other-frame.html
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/editing/spelling/markers-input-type-text.html
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
LayoutTests/editing/spelling/spellcheck-editable-on-focus.html
|
View
|
1
2
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/editing/spelling/spellcheck-editable-on-focus-expected.txt
|
View
|
1
2
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/editing/spelling/spellcheck-editable-on-focus-multiframe.html
|
View
|
1
2
3
4
5
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/editing/spelling/spellcheck-editable-on-focus-multiframe-expected.txt
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/editing/spelling/spellcheck-editable-on-focus-sync.html
|
View
|
1
2
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/editing/spelling/spellcheck-editable-on-focus-sync-expected.txt
|
View
|
1
2
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Document.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/dom/Node.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/Editor.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/Editor.cpp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+37 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLInputElement.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTextAreaElement.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTextAreaElement.cpp
|
View
|
1
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/web/EditorClientImpl.cpp
|
View
|
1
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
Total messages: 40 (0 generated)
|