bevacqua / rome

:calendar: Customizable date (and time) picker. Opt-in UI, no jQuery!
https://bevacqua.github.io/rome
MIT License
2.91k stars 223 forks source link

Unexpected time jumps when selecting date #127

Open zaygraveyard opened 9 years ago

zaygraveyard commented 9 years ago

When the selected day is no longer visible, selecting any day causes a time jump. Here's a live example

This behavior is caused by the fact that getMonthOffset() of a non-visible element is always 0. In the example it should have been 6 instead of 0.