Bug 110010
Summary: | Required week, month, day calendars not working | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bronislav Klucka <bronislav.klucka> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | forms-bugs, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | data:text/html,<input type=date required> |
Bronislav Klucka
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)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kent Tamura
(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?
Bronislav Klucka
(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
Kent Tamura
*** This bug has been marked as a duplicate of bug 109136 ***