Opened 14 years ago
Closed 14 years ago
#22606 closed defect (bug) (fixed)
Customizer: "Select a file" link cannot be opened from keyboard
| Reported by: | SergeyBiryukov | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Accessibility | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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)
#2
@
14 years ago
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..."
#3
@
14 years 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.
#5
follow-up:
↓ 6
@
14 years ago
- Milestone Awaiting Review → 3.6
Seems good to me.
Refreshed with proper path and tabs instead of spaces (per WordPress Coding Standards).
#6
in reply to: ↑ 5
@
14 years 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!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Confirmed in FF & Chrome on both Mac & Linux