#27750 closed defect (bug) (fixed)
Cannot tab out of title input on Edit Media screen
Reported by: | jeremyfelt | Owned by: | 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.
- Navigate to Add New Media
- Drag/drop file to upload
- Click 'edit' after upload completes
- Click in title area
- Attempt to tab out of title area
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Confirmed. Happens as we prevent default on the event without checking whether an editor exists. 27750.patch fixes it.