Last modified: 2014-05-22 11:08:59 UTC
Just noticed this in the HTML source of the edit page: <textarea tabindex='1' [... etc ...]>...</textarea> <input tabindex='3' type='text' value="fix double-redirect" name="wpSummary" maxlength='200' size='60' /> <input tabindex='3' type='checkbox' value='1' name='wpMinoredit' checked='checked' accesskey='i' id='wpMinoredit' /> I guess the middle one (wpSummary) should have tabindex 2.
Fixed in CVS HEAD and REL1_4. In 1.5 there was another incorrect tabindex on the new 'show diff' button.