md-date-time-picker
md-date-time-picker copied to clipboard
IE11: Can't click on date
IE11 bug.
When the page has/or had a scroll-bar it's not possible to click on the dates.
On the image attached, in IE Dom Exp., the mouse is placed over a date, but it's the parent which is selected.
Any clues?
kind regards, Jakob
Have you added all the polyfills mentioned on the docs site for ie11? That might be the issue try that and get back to me if it doesnt. It should resolve this issue.
Yes. I've added:
- scrollIntoViewIfNeeded from https://gist.github.com/hsablonniere/2581101#file-index-js
- CustomEvent from https://github.com/krambuhl/custom-event-polyfill/blob/master/custom-event-polyfill.js
I'll look into it, any bugs in console you encounter?
Thanks. Nothing in the console.
I see that you are using a translated version of the code in deutsch right?
Close... Danish:)
Any news on this?
@jakobadam there is a PR on going which does some cleanup and fixes I'm looking into it. It has the possibility of getting this fixed.
Could you link to it? Thanks.
+1
Refer pr #140 and other PRs by @alegag for the same.
Sorry. I still can't figure out wheter this is work in progress or not. Could be more precise. Thanks.
It's a work in progress @jakobadam, I am reviewing it and fixing stuff in that PR so that it can be resolved asap.
Thanks for the clarification.