Bug 83852 - Implement <input type=date> UI
Summary: Implement <input type=date> UI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 53961 83761 83853 83859 83863 83872 inputTypeDateA11y 84677 84683
Blocks: 29359
  Show dependency treegraph
 
Reported: 2012-04-12 19:04 PDT by Kent Tamura
Modified: 2012-06-28 18:18 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2012-04-12 19:04:23 PDT
Implement <input type=date> UI
Comment 1 Bronislav Klucka 2012-04-19 09:11:46 PDT
Hi,
may I ask about the format displayed in date field? I'm currently getting short year (two last digits), but my system settings are long year.
19.4.12 -> 19.4.2012
The order of date parts is correct, separator is correct (d.m.y) but this is wrong.
We do not generally use short year in Czech Republic... seems confusing...
Comment 2 Kent Tamura 2012-04-19 13:56:43 PDT
(In reply to comment #1)
rmat displayed in date field? I'm currently getting short year (two last digits), but my system settings are long year.
> 19.4.12 -> 19.4.2012
> The order of date parts is correct, separator is correct (d.m.y) but this is wrong.
> We do not generally use short year in Czech Republic... seems confusing...

Would you file a new bug with your OS and browser information please?
Comment 3 Bronislav Klucka 2012-04-19 15:04:21 PDT
(In reply to comment #2)
> (In reply to comment #1)
> rmat displayed in date field? I'm currently getting short year (two last digits), but my system settings are long year.
> > 19.4.12 -> 19.4.2012
> > The order of date parts is correct, separator is correct (d.m.y) but this is wrong.
> > We do not generally use short year in Czech Republic... seems confusing...
> 
> Would you file a new bug with your OS and browser information please?

Hi,
well I was not sure whether it is bug, or it's not bug (work in progress or some other setings are considered)...

https://bugs.webkit.org/show_bug.cgi?id=84388
Comment 4 Kent Tamura 2012-06-28 18:18:45 PDT
I'm closing this bug because major parts were done.  The remaining issues are
 - accessibility of calendar picker: Bug 84192
 - automated testing of calendar picker: Bug 84827