Bug 110010 - Required week, month, day calendars not working
Summary: Required week, month, day calendars not working
Status: RESOLVED DUPLICATE of bug 109136
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: data:text/html,<input type=date requi...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-16 06:17 PST by Bronislav Klucka
Modified: 2013-02-21 16:44 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bronislav Klucka 2013-02-16 06:17:38 PST
if calendar date inputs are marked as required, calendar does not work (clicking on arrow down button has no effect)

data:text/html,<style>:required {background: #FFCCCC; }</style><input type=date><input type=date required></br><input type=week><input type=week required></br><input type=date><input type=date required></br>


not sure about WebKit version, 
but it's working in Chrome Beta 25.0.1364.58
not working in Chrome Dev 26.0.1397.2 (the version with redesigned calendar)
Comment 1 Kent Tamura 2013-02-20 03:57:30 PST
(In reply to comment #0)
> not working in Chrome Dev 26.0.1397.2 (the version with redesigned calendar)

Would you check this with the latest dev channel please?
Comment 2 Bronislav Klucka 2013-02-20 05:00:14 PST
(In reply to comment #1)
> (In reply to comment #0)
> > not working in Chrome Dev 26.0.1397.2 (the version with redesigned calendar)
> 
> Would you check this with the latest dev channel please?

working on 27.0.1419.0
thanks
Comment 3 Kent Tamura 2013-02-21 16:44:40 PST

*** This bug has been marked as a duplicate of bug 109136 ***