Make WordPress Core

Opened 14 years ago

Closed 14 years 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: Focuses:

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 14 years ago.
correct tabbing out of post edit area
edit-patches.diff (1.6 KB ) - added by adamsilverstein 14 years ago.

Download all attachments as: .zip

Change History (9)

#1 @gish
14 years ago

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

#2 @SergeyBiryukov
14 years ago

  • Component GeneralAccessibility

@adamsilverstein
14 years ago

correct tabbing out of post edit area

#3 @adamsilverstein
14 years ago

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

i believe the attached patch corrects the issue

#4 @SergeyBiryukov
14 years ago

  • Milestone Awaiting Review3.6

#6 @adamsilverstein
14 years ago

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

Last edited 14 years ago by SergeyBiryukov (previous) (diff)

#7 @markjaquith
14 years ago

  • Owner set to markjaquith
  • Resolutionfixed
  • Status newclosed

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.