Change MarkdownEditor to allow tabbing between form elements.

Review Request #4847 — Created Oct. 24, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Change MarkdownEditor to allow tabbing between form elements.

CodeMirror, by default, handles tabs specially, as it's intended for
editing source code. We want them to behave closer to textareas, so we
want the Tab key to switch focus instead. This turns off CodeMirror's
tab support.

Hit tab, and saw it change focus to the next form element.

    Loading...