Opened 9 years ago
Closed 9 years ago
#40982 closed defect (bug) (fixed)
Permalink Settings: custom structure field keyboard trap
| Reported by: | afercia | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8.1 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch fixed-major |
| Cc: | Focuses: | accessibility |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
40982.diff uses the same fix used in [40568] changing
focustoclick input. Also changesattr()toprop()as recommended for thecheckedproperty.