When entering a question and answer at the same time (i.e. "Answer your own question" is checked), if you click the in the preview box for the answer, focus jumps to the text box containing the markdown for the question. Focus should jump to the text box for the answer.
h.find(".wmd-preview").click(function() { k.focus() });, wherekis#wmd-input-42when bound). When that click method is actually triggered, though, thekfield is the root input (#wmd-input) for some reason. – patridge Jan 14 at 19:51