[Webkit-unassigned] [Bug 59752] Allow Localized Date Strings for Date Input Fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 18:36:22 PDT 2011


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





--- Comment #18 from Joseph Pecoraro <joepeck at webkit.org>  2011-04-29 18:36:22 PST ---
> > Source/WebCore/html/BaseDateAndTimeInputType.cpp:208
> > +    if (!date.setMillisecondsSinceEpochForDateTime(parsedValue))
> 
> This is wrong.  It sets DateTime type to the DateComponents object.
> I think serialize(parsedValue) is enough.

Yah, I was taking a shortcut I clearly should not have. How does this
new patch look?

-- 
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