Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#27750 closed defect (bug) (fixed)

Cannot tab out of title input on Edit Media screen

Reported by: jeremyfelt's profile jeremyfelt Owned by: azaozz's profile azaozz
Milestone: 3.9 Priority: normal
Severity: normal Version: 3.9
Component: Media Keywords: has-patch commit dev-reviewed
Focuses: Cc:

Description

As of [26995], you can not tab out of the title area to the next field. You can shift-tab out of the title area.

Behavior exists in latest Chrome and Firefox in OSX.

  1. Navigate to Add New Media
  2. Drag/drop file to upload
  3. Click 'edit' after upload completes
  4. Click in title area
  5. Attempt to tab out of title area

Attachments (1)

27750.patch (796 bytes) - added by azaozz 11 years ago.

Download all attachments as: .zip

Change History (6)

@azaozz
11 years ago

#1 @azaozz
11 years ago

  • Keywords has-patch commit added

Confirmed. Happens as we prevent default on the event without checking whether an editor exists. 27750.patch fixes it.

This ticket was mentioned in IRC in #wordpress-dev by azaozz. View the logs.


11 years ago

#3 @nacin
11 years ago

  • Keywords dev-reviewed added

#4 @azaozz
11 years ago

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

In 28069:

Fix tabbing out of the title field on Media -> Edit Media screen, fixes #27750

#5 @azaozz
11 years ago

In 28070:

Fix typo in var definition in [28069], see #27750

Note: See TracTickets for help on using tickets.