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

Unified Diff: Source/WebCore/html/HTMLInputElement.cpp

Issue 8142040: Merge 96552 - REGRESSION(r94274): cloned text input loses value (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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
« no previous file with comments | « LayoutTests/fast/forms/clone-input-with-dirty-value-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLInputElement.cpp
===================================================================
--- Source/WebCore/html/HTMLInputElement.cpp (revision 96734)
+++ Source/WebCore/html/HTMLInputElement.cpp (working copy)
@@ -1027,6 +1027,9 @@
m_isIndeterminate = sourceElement->m_isIndeterminate;
HTMLTextFormControlElement::copyNonAttributeProperties(source);
+
+ setFormControlValueMatchesRenderer(false);
+ updateInnerTextValue();
}
String HTMLInputElement::value() const
« no previous file with comments | « LayoutTests/fast/forms/clone-input-with-dirty-value-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698