Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Fix IE9 input blur bug #79

Closed bobbyrenwick closed 11 years ago

bobbyrenwick commented 11 years ago

This fixes a bug in IE9 where kalendae doesn't close on date pick or close button click

tagliala commented 11 years ago

The whole noclose shitty stuff was done for IE8.

Unfortunately, this pull request breaks IE8 compatibility (when you pick up a day, the whole calendar will eventually close up).

Before adding util.isIE8() here and there, I would know @ChiperSoft 's position about IE8

tagliala commented 11 years ago

fixed in v0.4.1