Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#23195 closed defect (bug) (fixed)

Inconsistent tabbing between text editor and Add Media-button in New Post view

Reported by: gish's profile gish Owned by: markjaquith's profile markjaquith
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.5
Component: Accessibility Keywords: has-patch
Focuses: Cc:

Description

Behavior:

1) When the marker is placed in the editor field and the user tabs backwards (SHIFT+TAB), the selected element getting focus is the input field for page slug. Some buttons are skipped ("Add media", "Change permalinks")

2) Tabbing forward from the input field, the skipped buttons are focused.

Expected behavior:

1) The select phase tabbing between editor field and "preview" button should be: Editor field <->"Add media"<->"Change permalinks" <-> Slug input field

Attachments (1)

edit-patches.diff (1.6 KB) - added by adamsilverstein 11 years ago.

Download all attachments as: .zip

Change History (5)

#2 @adamsilverstein
11 years ago

  • Keywords has-patch added

the attached patch corrects the tab order on the new post page; added an id to the Add Media button so it can be targeted in the tab order;

also corrects related #22933

#3 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 3.6

#4 @markjaquith
11 years ago

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

In 23395:

Fix some tabbing issues on the post editing screen. Add Media no longer skipped when going backwards from content. Save Draft no longer skipped when going forwards from content.

props adamsilverstein. fixes #23195 and #22933

Note: See TracTickets for help on using tickets.