Opened 5 months ago

Closed 3 months ago

#22933 closed defect (bug) (fixed)

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

Reported by: gish Owned by: markjaquith
Priority: normal Milestone: 3.6
Component: Accessibility Version:
Severity: normal Keywords: has-patch
Cc: ADAMSILVERSTEIN@…

Description

Behavior:

1) When the marker is placed in the editor field and the user presses the tab button, the next element selected is the "preview"-button. The "save draft"-button is skipped.

2) Tabbing backwards from "preview" (shift+tab), the "save draft" button is selected, hence inconsistency.

Expected behavior:

1) The select phase tabbing between editor field and "preview" button should be: Editor field <->"Save draft"<->"Preview"

Attachments (2)

edit-form-advanced.php.diff (730 bytes) - added by adamsilverstein 5 months ago.
correct tabbing out of post edit area
edit-patches.diff (1.6 KB) - added by adamsilverstein 4 months ago.

Download all attachments as: .zip

Change History (9)

It's been tested in Google Chrome v23.0.1271.95 and Firefox v16.0.2

  • Component changed from General to Accessibility

correct tabbing out of post edit area

  • Cc ADAMSILVERSTEIN@… added
  • Keywords has-patch added

i believe the attached patch corrects the issue

  • Milestone changed from Awaiting Review to 3.6

attached patch same as for #23195, these two tickets need to be merged

Last edited 4 months ago by SergeyBiryukov (previous) (diff)
  • 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.