You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new custom field using the CKEditor field type, and add Default Instructions
Add the custom field to a field layout
Go to the Edit page and inspect accessibility properties: regardless of the field name, the .ck-editor__editable element has the accessible name “Editor editing area: main” and doesn’t reference instructions, errors, etc., as other fields do.
Expected behavior
The accessible name of the field should include the visible field name, preferably at the beginning. For example, if the field name is “Post Content,” the accessible name can be “Post Content, Editor editing area: main.”
Additional information, like errors and instructions, should be referenced using aria-describedby
Additional info
Craft version: 4.4.7
PHP version: 8.0.21
Database driver & version: MariaDB 10.4.25
Plugins & versions: 3.0.0
The text was updated successfully, but these errors were encountered:
Description
See title
Steps to reproduce
.ck-editor__editable
element has the accessible name “Editor editing area: main” and doesn’t reference instructions, errors, etc., as other fields do.Expected behavior
aria-describedby
Additional info
The text was updated successfully, but these errors were encountered: