Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #22886


Ignore:
Timestamp:
12/19/2012 03:08:26 AM (12 years ago)
Author:
SergeyBiryukov
Comment:

Fixed in [21311]. Marking as a duplicate of #21340.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22886

    • Property Status changed from new to closed
    • Property Component changed from Taxonomy to Accessibility
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Awaiting Review to
  • Ticket #22886 – Description

    initial v3  
    77Summary of issues:
    88
    9 1. Fix the <tab> handling in the Tags widget in wp-admin edit post screen by either
    10 1.a. removing the 'tabindex="3"' from the submit button in the Tags wp-admin edit post widget,
    11 1.b. change the tabindex's value to be such that it works on the most used browsers, or
    12 1.c. fix the functionality in JavaScript.
     91. Fix the <tab> handling in the Tags widget in wp-admin edit post screen by either [[BR]]
     10 1.a. removing the 'tabindex="3"' from the submit button in the Tags wp-admin edit post widget, [[BR]]
     11 1.b. change the tabindex's value to be such that it works on the most used browsers, or [[BR]]
     12 1.c. fix the functionality in JavaScript.