gwtbootstrap3/gwtbootstrap3-extras

DateTimePicker wrong actions when clicking on header

Closed this issue · 1 comments

On https://gwtbootstrap3.github.io/gwtbootstrap3-demo/#dateTimePicker

When you open the first DateTimePicker on that page it will open up in the normal month view.
At the top you will see the header displaying currently : December 2015
When you click on this header, you should go the view where you can select months. This happens, but for some reason now Oct is selected.

If you try this on the demo's for the wrapped js class http://www.malot.fr/bootstrap-datetimepicker/demo.php?utm_source=siteweb&utm_medium=demo&utm_campaign=Site%2BWeb you will see that the correct month will be selected.

Fixed by upgrading js library to 2.3.5.
See pull request : #246