continuouscalendar / jquery-continuous-calendar

Date picker and range selector with scrollable months instead of paged (the only right way to do it)
http://continuouscalendar.github.io/jquery-continuous-calendar/
85 stars 35 forks source link

Fixes issue #35, with tests showing original failure and patch fix #37

Closed KevinTriplett closed 12 years ago

KevinTriplett commented 12 years ago

mousedown, mouseover, mouseup events return the current date's table cell's inner div, which does not have a mouse event bound to it, so was throwing an uncaught exception. this patch include a test and modifies the test utilities to return the div, so that the test will fail without the patch.