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

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

Issue 10957058: Merge 129095 - [Forms] multiple fields time input UI should call notifyFormStateChanged() when valu… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/TimeInputType.cpp
===================================================================
--- Source/WebCore/html/TimeInputType.cpp (revision 129320)
+++ Source/WebCore/html/TimeInputType.cpp (working copy)
@@ -152,6 +152,7 @@
input->setNeedsStyleRecalc();
input->dispatchFormControlInputEvent();
input->dispatchFormControlChangeEvent();
+ input->notifyFormStateChanged();
}
bool TimeInputType::hasCustomFocusLogic() const
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698