Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#22933 closed defect (bug) (fixed)

Inconsistent tabbing between text editor and preview-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:
Component: Accessibility Keywords: has-patch
Focuses: Cc:

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

Download all attachments as: .zip

Change History (9)

#1 @gish
11 years ago

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

#2 @SergeyBiryukov
11 years ago

  • Component changed from General to Accessibility

@adamsilverstein
11 years ago

correct tabbing out of post edit area

#3 @adamsilverstein
11 years ago

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

i believe the attached patch corrects the issue

#4 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 3.6

#6 @adamsilverstein
11 years ago

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

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

#7 @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.