Dropdown accessibility label is not updated when combo value changes #4493
Labels
accessibility
Issue related to accessibility.
plugin:font
The plugin which probably causes the issue.
plugin:format
The plugin which probably causes the issue.
plugin:richcombo
The plugin which probably causes the issue.
plugin:stylescombo
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
support:2
An issue reported by a commercially licensed client.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Our
richcombo
plugin (and all other plugins which use it underneath) does not comply with the accessibility recommendation described in https://www.w3.org/WAI/WCAG21/Understanding/label-in-name.html - Ensure that elements labelled through their content must have their visible text as part of their accessible name.This is caused by the fact that richcombo accessibility label is not updated when combo value changes so it always holds the initial lable.
Font
plugin.<span id="cke_15_label" class="cke_combo_label">Font</span>
(ids may vary).Font
dropdown value.Expected result
Combo label element text changes and contains name of the value selected.
Actual result
Combo label element text does not change and doesn't reflect selected value.
Other details
4.10.0
+ (but it seems it always worked like that)richcombo
The text was updated successfully, but these errors were encountered: