This is just a quick update for those of you commenting on the blog via Internet Explorer 7.  Over time, more and more of you have been emailing me about a JavaScript bug where when a user would click the link to add a comment to a blog post, nothing would happen and IE would tell you there was an "Error on Page," with an essentially random line number that really tells you virtually nothing.  For anyone doing JavaScript development on IE, you know how hard debugging is.  There was a time where this affected no copy of IE7 in the office, at home, or anywhere else I checked, while we still received reports of it happening to users out in the wild.

In any event, recently (for some inexplicable reason) this bug started happening to some computers in the office, so I was able to start testing and come up with a fix.  For those of you interested, newer updated versions of IE7 don't play nicely with certain animations in the script.aculo.us library.  Attempts to upgrade our version of script.aculo.us did more harm than good, so the only real solution we have is to slightly limit the user experience for IE7 users.

In English, this means that while on Firefox your comment box will gracefully fade in above the comment thread and be dragable, on IE7 your comment box will just appear at the top of the comments and be stationary.  Hopefully IE7 will soon have better support for script.aculo.us animations, or vice versa, but until then we're stuck with a slightly "less cool" commenting system for those of you on IE7.