Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#5712 closed defect (bug) (fixed)

the_editor tabindex messes up edit-form-comment.php

Reported by: davidhosier's profile davidhosier Owned by: ryan's profile 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)

#1 @ryan
17 years ago

  • Owner changed from anonymous to ryan

#2 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [7032]) Fix edit comment form tab indices. fixes #5712

#3 @ryan
17 years ago

  • Milestone changed from 2.6 to 2.5
Note: See TracTickets for help on using tickets.