Ticket #5712 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

the_editor tabindex messes up edit-form-comment.php

Reported by: davidhosier Assigned to: ryan
Priority: low Milestone: 2.5
Component: General Version:
Severity: normal Keywords:
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

02/20/08 17:54:27 changed by ryan

  • owner changed from anonymous to ryan.

02/26/08 04:53:48 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

02/26/08 04:53:58 changed by ryan

  • milestone changed from 2.6 to 2.5.