[Webkit-unassigned] [Bug 104985] Seconds/Minutes field of date/time input UI should respect step attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 20:10:23 PST 2012


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





--- Comment #4 from Kunihiko Sakamoto <ksakamoto at chromium.org>  2012-12-13 20:12:44 PST ---
(From update of attachment 179402)
View in context: https://bugs.webkit.org/attachment.cgi?id=179402&action=review

>> Source/WebCore/html/shadow/DateTimeEditElement.cpp:155
>>          m_editElement.addField(field);
> 
> I'd like to recommend to introduce DateTimeNumericFieldElement::Parameters, which contains step and stepBase.  If so, getFieldStep would be "DateTimeNumericFieldElement::Parameters createNumericFieldParameters(const Decimal&, const Decima&)", and field constructors would receive "const DateTimeNumericFieldElement::Parameters&".

Thanks for the suggestion.
Done.

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