There is buggy behavior when updating the tags in the interesting/ignored tags on the main page:
If the window URL contains URL encoded non ascii chars (as in internationalized url's where the 'question' segment has been translated) then the refreshed URL after the Ajax call would get mangled (the non-ascii segment goes through incorrect encode/decode it seems). Also, the newly added/removed tags would not show immediately on the page, but would show on subsequent page updates.
This seems to be an issue not with Askbot but with the History.js library - when calling History.pushState.
I modified the code in the 'livesearch.js' file to call history.pushState directly (notice the lower case 'h') bypassing the History.js library, and the issue went away as far as I can tell. (Of course by doing so we lose the supposed benifit of History.js)
I provide more details in my recent StackOverflow posting, so check it there please.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-06-17 03:18:15 -0500
Seen: 47 times
Last updated: Jun 17 '12
AJAX responses sometimes don't work with 500 error due to exception
Title change should not change urls and RSS guid
Link shows up correctly in edit preview but not in question
Exception with ldap signin when the password includes accented characters
Why are ajax urls partly translated and partly not?
Internal Server Error when trying to edit personal pro
Where are the badges in a fresh install? [fixed]
HTML Tags in titles getting eaten <fixed/>
Unknown column 'auth_user.is_approved' in 'field list' [fixed]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.