mominsamir / smDateTimeRangePicker

Angular Material Date Picker, DateTime Picker, Date Range Picker, Date Time range picker
http://mominsamir.github.io/smDateTimeRangePicker/
MIT License
130 stars 50 forks source link

SM Date Time Range Picker not opening properly. #187

Closed rahimnagori closed 5 years ago

rahimnagori commented 5 years ago

When I click on the input field where range picker is applied. It doesn't opens just open for a short time and than close. Seems like clicking on the input looses focus to the range picker. @oscar09 , could you please look into this?

oscar09 commented 5 years ago

I found this issue last week and applied a temp fix in my fork. The problem is related to the latest update in Chrome, but I don't know what exactly the issue is.

I will take a deeper look to find a proper fix.

yehuda commented 5 years ago

Could you give us your temp fix please?

rahimnagori commented 5 years ago

Hello @oscar09 , Thank you for noticing this. Could you provide your temporary fix?

oscar09 commented 5 years ago

Hi guys, sorry I have been busy lately. I will work on the bug this week. Meanwhile, you can find the temp fix in branch "bug187.temp_fix". Let me know if you find any issues.

oscar09 commented 5 years ago

I have posted the final fix in master and tag v 2.0.13. Let me know if you find any issues.

rahimnagori commented 5 years ago

I have posted the final fix in master and tag v 2.0.13. Let me know if you find any issues.

I'll check and let you posted about it. Thank you.

rahimnagori commented 5 years ago

Fixed. Thanks @oscar09