Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: third_party/WebKit/Source/core/css/html.css

Issue 1679173003: Fix a crash by AdvanceToNextMisspelling command (⌘-;) with empty INPUT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index 9b6161af2510587ee121e9c0b900538db1378156..cc3587c2d3d4bd70f587dab3e098bb2f852d0a0c 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -530,6 +530,7 @@ textarea {
-webkit-text-security: none;
color: darkGray;
pointer-events: none !important;
+ -webkit-user-select: none;
yosin_UTC9 2016/02/09 05:06:13 It is strange that we attempt to spell check "read
tkent 2016/02/09 05:09:26 I see. So, the following code in SpellChecker::adv
}
input::-webkit-input-placeholder {
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/editing/spellcheck/SpellCheckerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698