Major Date Picker Bug Fixed
Posted by Scott on Mar 8th, 2006
Up until now there has been a really annoying bug with the date pickers. Basically, any AJAX call that regenerates the todo item will break the date picker so that the calendar doesn’t pop-up. For some reason javascript within script tags in the replacement HTML is not run after an innerHTML is done. I presume it’s for security reasons. Anyway, I have a reasonable workaround and it resolves this problem.