[Webkit-unassigned] [Bug 110431] INPUT_MULTIPLE_FIELDS_UI: Unable to enter "24" to hour field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 04:26:10 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110431





--- Comment #3 from Keishi Hattori <keishi at webkit.org>  2013-02-21 04:28:33 PST ---
(From update of attachment 189503)
View in context: https://bugs.webkit.org/attachment.cgi?id=189503&action=review

> Source/WebCore/html/HTMLInputElement.cpp:1571
> +    if (m_inputType->isDateField() || m_inputType->isTimeField() || m_inputType->isDateTimeField() || m_inputType->isDateTimeLocalField())

I think we decided not to branch depending on input types in HTMLInputElement.cpp. setDateTimeFormat should be added to InputType.h as a virtual method.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list