Reviewed by Hyatt.
Fix for <rdar://problem/4503438> REGRESSION (NativeTextField): Can't insert caret when
selection is active in field (Business/Unit)
* css/html4.css: Added -webkit-user-select:text for input elements.
git-svn-id: svn://svn.chromium.org/blink/trunk@14042 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/WebCore/css/html4.css b/WebCore/css/html4.css
index fa8ac19..3193e01 100644
--- a/WebCore/css/html4.css
+++ b/WebCore/css/html4.css
@@ -319,6 +319,7 @@
background-color: white;
border: 2px inset;
-webkit-rtl-ordering: logical;
+ -webkit-user-select: text;
}
input[type="password"], input[type="search"], input[type="hidden"], input[type="image"], input[type="file"] {