ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Issue With Time in IE #164

Open lakshmipunati opened 7 years ago

lakshmipunati commented 7 years ago

HI,

I am using date time picker in IE, When I update Time Its not updating in input field, But its working in Chrome.Time not updating when we adjust the hours bar in IE. Please solve this. Plz check the screenshot.

date
allenhwkim commented 7 years ago

I believe it's related to your timezone. Could you check timezone setting for your IE browser against Chrome browser ones?

lakshmipunati commented 7 years ago

No it was same, Also in IE date picker is responding slowly. CSS looks different when compared to chrome and IE. especially hours bar.

allenhwkim commented 7 years ago

@lakshmipunati At this moment, the style comes directly from browser, <input type="range" ..>.

allenhwkim commented 7 years ago

Help wanted. Any anyone who has IE to confirm this issue and possibly suggest a solution?

MHzarini commented 7 years ago

same issue here

allenhwkim commented 7 years ago

@MHzarini I do not have IE. please anyone make an effort to find the reason. "Help Wanted"

dungsaga commented 7 years ago

I test with IE 11 and it looks like 2-way binding does not work with range input here. I made a quick fix at this PR https://github.com/ng2-ui/datetime-picker/pull/187

uvconnects commented 7 years ago

who great thanks

boly38 commented 6 years ago

please notice that on the default github page your plunker link target doesn't work under IE (10 or Edge) and under firefox 54.0.1 too..