Naturally there are some issues, especially so early in the release cycle!
If you find more, please add comments with details.
Opera is not supported yet supported as of 20080410 with addition of cancel bubble code.
Konqueror is not supported yet.
Safari in not tested at all yet and may or may not work.
Classes in IE. This one I hadn’t noticed during development. CSS classes don’t work in any version of Internet Explorer. This is actually due to a well known bug in IE with setAttribute. Ugly hack for know is to use object loads for any page needing classes. I hope we can get around this one!
Navigation Bug in IE. This is minor. If you navigate all the way back out of Xanjax, back in and all the way forward out again, then back in again, the last page will be correct but location bar reads entry page rather than the exit page.
Navigation Bug. When entering a new hash location while in Xanjax location bar stays on this hash until navigating out of Xanjax and back in again. Navigation still works. This is caused by browser behaviour and may not be fixable. It’s not that common for people to type into the address bar after having arrived at a site, so this is not considered to be all that serious.
Navigation Bug. Presently, typing a hash while in Xanjax will not work unless the hash is already known, such as in the menu or the content being viewed. This is because a dynamic algorithm is being used to create anchors. I’ll probably revert to static, or better to a combination if people think this matters. Please note that all inward links using either an ordinary *.html path or a #hash path work.
Query Strings. Presently, query strings are not working in internal pages, but work fine from external inward links. This is due due an oversight in the hash creation algorithm and will be fixed.