[Webkit-unassigned] [Bug 29359] [HTML5][Forms] Add UIs for date and time types of <input>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 14 00:33:09 PST 2010


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


HolgerJeromin <bugzillawebkit at katur.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzillawebkit at katur.de




--- Comment #1 from HolgerJeromin <bugzillawebkit at katur.de>  2010-12-14 00:33:09 PST ---
The code state with the simple implementation but without a UI is worse than before. 
With Javascript i can test for the support of type="date" in an input-element and disable a fancy own gui, as the browser will provide some.

Now i detect date-support in webkit, but there is no real one. In Germany the date is written like 24.12.2010, the date in html5 likes 2010-12-24. Nice for developer, but not for the user who has no clue with format he should enter.

Webkit gives no clue, that "24.12.2010" will be not accepted by the server. And i cannot help the user, as i cannot detect there is no UI.

I really hope webkit will provide a fast solution by providing a nice UI.

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