#5712 closed defect (bug) (fixed)
the_editor tabindex messes up edit-form-comment.php
Reported by: | davidhosier | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.5 | Priority: | low |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Function the_editor (defined in /wp-includes/general-template.php) messes up edit-form-comment.php (called by /wp-admin/comment.php) because the textarea has a tabindex of "2" whereas the preceding form inputs have tabindexes of "1", "2", and "3". The tabindex of the textarea should be "4" in the case of the comment editor, but "2" in the case of the post editor.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [7032]) Fix edit comment form tab indices. fixes #5712