Opened 4 months ago

Closed 3 months ago

#23195 closed defect (bug) (fixed)

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

Reported by: gish Owned by: markjaquith
Priority: normal Milestone: 3.6
Component: Accessibility Version: 3.5
Severity: normal Keywords: has-patch
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 4 months ago.

Download all attachments as: .zip

Change History (5)

  • 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

  • Milestone changed from Awaiting Review to 3.6
  • 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.