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

[3.0 + IE10/Safari] HTML5 date picker fields do not work #112

Open
robbieaverill opened this issue Apr 30, 2019 · 3 comments
Open

[3.0 + IE10/Safari] HTML5 date picker fields do not work #112

robbieaverill opened this issue Apr 30, 2019 · 3 comments

Comments

@robbieaverill
Copy link
Contributor

Starter 3.0.x-dev with IE10

IE10 does not support HTML5 date picker components, which we've started to use in the frontend for filtering CWP events.

It renders as a text field.

We may need to add a jQuery datepicker shim or something for IE10 only.

Can be reproduced with the CWP demo site content on /en_NZ/event-holder and use the "Filter by date" form.

@Cheddam
Copy link
Member

Cheddam commented May 1, 2019

Safari on macOS still doesn't support HTML5 date fields either, so the shim would need to cover that browser too.

@brynwhyman
Copy link

^ Yeah, let's add Safari to the title.

see https://caniuse.com/#feat=input-datetime

@brynwhyman brynwhyman changed the title [3.0 + IE10] HTML5 date picker fields do not work [3.0 + IE10/Safari] HTML5 date picker fields do not work May 2, 2019
@brynwhyman
Copy link

What's the reasoning for an impact/high rating here? I'm not sure this is affecting a major usage flow if the text input can suffice a date filter.

I'm dropping to impact/medium, but open to suggestions on altering this.

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

No branches or pull requests

4 participants