Hey folks, since the last C9 Team post, we've deployed (to C9, C8 and Edge) the TinyMCE editor that I talked about last time, and we've made some other small fixes and changes as well. The editor problem where you couldn't put in a link to another page on C9 has been resolved... check out this page on the TinyMCE Wiki if you'd like to know specify relative or absolute URL behavior on your own site(s). We also fixed the Add/Reply buttons in Safari and Chrome, so those buttons will be styled normally for you WebKit folks now.
We also resolved the weird 'go to a random page when you click Reply and are not signed in' bug... although we have degraded the experience a bit there. When you do a Live ID sign in, you can't include query string parameters or anything after a hash mark, so to keep track of the fact that you wanted to reply to comment x, we used to send you to a special URL (something like /replyto/<commentid>) and that would then construct the appropriate URL to put you on the right page, with the editor open and the focus in the right spot to post your comment. That wasn't working reliably, so when we were trying to fix the 'go to a random page' bug we switched to just sending you back to the post you were on when you clicked reply. Yes, this means you have to click 'Reply' again, and we aren't happy with that, but that is at least consistent so it is the current state.
Finally, and this should be interesting to the approximately 8% of you using one of these browsers, I tweaked the Silverlight detection code to treat Chrome and Safari on Windows as supported. I've only tested in the latest version of both of these (I happen to be writing this post in Chrome 2.0.172.28 right now since I was just testing it), but let me know if you run into any issues.
Fun C9 Fact: According to the Geographic info in WebTrends, when you view our traffic by city, London is #1 at 4.5% of our total traffic, and you don't hit Redmond, WA until #3 (1.4%).