Opened 8 years ago
Closed 8 years ago
#40982 closed defect (bug) (fixed)
Permalink Settings: custom structure field keyboard trap
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch fixed-major |
Focuses: | accessibility | Cc: |
Description
In the Permalink Settings string, there's the same keyboard trap that as fixed in #40515 for the General settings date/time custom format fields:
When using a keyboard and trying to set a custom permalink structure, the related radio button gets automatically selected and there's basically no way to select a radio button other than the custom format one. For more details, please see #40515
Attachments (1)
Change History (6)
#1
@
8 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 4.8.1
#2
@
8 years ago
- Owner set to afercia
- Resolution set to fixed
- Status changed from new to closed
In 40897:
#3
@
8 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for 4.8.1 consideration.
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
40982.diff uses the same fix used in [40568] changing
focus
toclick input
. Also changesattr()
toprop()
as recommended for thechecked
property.