Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type=date and type=time not editable in chrome anymore #13

Closed
kitzberger opened this issue May 30, 2013 · 2 comments
Closed

type=date and type=time not editable in chrome anymore #13

kitzberger opened this issue May 30, 2013 · 2 comments

Comments

@kitzberger
Copy link

in chrome it's not possible to manually edit the date and time input fields anymore. it's only possible to use the up/down buttons respectively the calendar dropdown.

it looks like any pressed number key will be auto-removed immediately. maybe this is related to #3 ?

remove the html5Forms.js library resolves this problem and I can use the browsers nativ date and time input field rendering, which works fine.

this is how I embed the whole thing:

<script type="text/javascript" src=https://github.com/zoltan-dulac/html5Forms.js/issues/"/fileadmin/layout/scripts/html5Forms.js/shared/js/html5Forms.js" data-webforms2-support="date,time" data-webforms2-force-js-validation="false" data-webforms2-force-js-date-picker="false" data-lang="en"></script>">
<script type="text/javascript" src="/fileadmin/layout/scripts/html5Forms.js/shared/js/modernizr.com/Modernizr-2.5.3.forms.js"></script>
<script type="text/javascript"
    src="/fileadmin/layout/scripts/html5Forms.js/shared/js/html5Forms.js"
    data-webforms2-support="date,time"
    data-webforms2-force-js-validation="false"
    data-webforms2-force-js-date-picker="false"
    data-lang="en"></script>
@erutan
Copy link
Contributor

erutan commented Jan 27, 2015

This issue no longer occurs in Chrome 40 on OS X. Close?

@zoltan-dulac
Copy link
Owner

@erutan , @kitzberger : Thanks for looking into this. It does look like Chrome fixed this already, so yeah ... I'm closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants