Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Bug: 'Email me' checkbox gets ticked again

+1 vote
On this site, if I post an AJAX comment or answer and untick the box 'Email me if...' and then edit it, the box shows up as ticked again.
Q2A version: 1.5 I assume
asked Jan 6 in Q2A Core by DisgruntledGoat
Will check into this - thanks.

1 Answer

0 votes

OK, found the problem. In qa-content/qa-question.js the qa_form_params() Javascript function picks up the checkbox's value, which is the same whether it's checked or not. Funny - I read somewhere that this wasn't the case, but now I just read somewhere else that it is. Anyway, I'll fix this for the final 1.5 release.

answered Jan 8 by gidgreen