Opened 6 months ago
Closed 3 months ago
#22606 closed defect (bug) (fixed)
Customizer: "Select a file" link cannot be opened from keyboard
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Accessibility | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | ADAMSILVERSTEIN@… |
Description
"Select a file" link in Background Image section doesn't work when trying to open it from keyboard (pressing Enter does nothing). Tested in Firefox 17 and Chrome 23.
First reported in #21283, see ticket:21283:55 (item 4). See also ticket:21283:67 (item 1).
Attachments (2)
Change History (9)
According to koopersmith, this is not an easy fix: "Plupload's shimming it, so we have to pass the event through. I thought it was only broken in html5less browsers, though..."
comment:3
adamsilverstein — 5 months ago
i created a patch that fires a click event when the user hits enter on the link (attached) - a bit of a kludge perhaps, but does make the page accessible, tested in both firefox and chrome on my mac.
adamsilverstein — 5 months ago
comment:4
adamsilverstein — 5 months ago
- Cc ADAMSILVERSTEIN@… added
- Keywords has-patch added
SergeyBiryukov — 4 months ago
comment:5
follow-up:
↓ 6
SergeyBiryukov — 4 months ago
- Milestone changed from Awaiting Review to 3.6
Seems good to me.
Refreshed with proper path and tabs instead of spaces (per WordPress Coding Standards).
comment:6
in reply to:
↑ 5
adamsilverstein — 4 months ago
Replying to SergeyBiryukov:
Seems good to me.
Refreshed with proper path and tabs instead of spaces (per WordPress Coding Standards).
ah yes, thanks for fixing that for me!
comment:7
markjaquith — 3 months ago
- Owner set to markjaquith
- Resolution set to fixed
- Status changed from new to closed
In 23399:

Confirmed in FF & Chrome on both Mac & Linux