Greetings,
when using the date-polyfill in Firefox 19.0.2 the dialog doesn't close when you select a date. The error appears to be in line 204 of date-polyfill.js: if (Modernizr.csstransitions) { returns true, and the error apepras. if we write if (false) (just for testing) it works.