First time here? Check out the FAQ!

nick's profile - activity

2015-04-02 00:51:50 -0500 received badge Enthusiast
2015-03-14 20:17:15 -0500 answered a question UndefinedError at /questions/ask/ 'post_form' is undefined

I had something like this happen, can't remember if it was exactly the same error. It seemed to be caused by having multiple askbot development projects on the machine and some kind of conflict between them. When I cut back to just one, the problem went away.

2015-03-14 20:11:28 -0500 received badge Organizer (source)
2015-03-14 20:10:23 -0500 asked a question Javascript autocomplete clearing tags in question edit page

I have an issue where the tag input box is not filling in the tag values when editing a question. The input element has the value field set correctly to the tags when I inspect the element, but they are not rendered. If I remove the tag_autocomplete_js macro, the field is rendered correctly with the values showing. So there seems to be something weird with the autocomplete. The retag functionality is working ok though, just the question edit isn't. Anyone ever had similar problems?