Whenever I post tab-indented code to an answer, and then edit the code two or more times to get a captcha come up, I find that the system seems to convert all tabs in the answer into single spaces, meaning that the code loses its correct indentation. This only seems to happen when I get a captcha, as when I edit a post without being captcha'd the tabs don't get replaced.

In case its relevant, I'm using Opera 10.10 on Windows XP.

link|improve this question
feedback

2 Answers

I really, really don't recommend that you use tabs here.

I suspect it has to do with the serialization of the submitted form to the database so we can retrieve it after the captcha returns. The database and guids are our "session state".

link|improve this answer
feedback

I had the same trouble, not sure it has to do with tabs. Code-paste from XCode should be supported? My sequence was: 1. write post, paste code, format as code, tag the post, submit 2. nonexisting tag, changed it, submit 3. Got captcha, entered it, post appeared, code-format gone. 4. Edit, formatted the code as code, submit, worked.

Unless it can be confirmed it has to do with tabs, I'd say losing the formatting has to do with the 'had issues/showed captcha' rather than tabs. If pastes with tabs straight from XCode doesn't work then I'd chalk it up to usability. Either way, at least I think it should be fixed, else it discourages supplying code with questions and formatting them as such and nobody will benefit.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged