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
Currently, when the user opens either the filter or column menu, the aria-expanded and aria-controls properties of the entire cell and the button responsible for opening the two elements are set. However, upon closing the menus, the value of the aria-expanded attribute is not updated and remains true while the aria-controls attribute remains applied.
Steps To Reproduce
Create a Grid component.
Enable column and filter menus.
Inspect either the cell or the button responsible for opening the menus.
Note: To see the issue with the aria-expanded and aria-controls of the button opening the menu(s), make sure to disable the navigable property of the Grid.
Screenshots or video
No response
Actual Behavior
The Grid component does not correctly update the value of the aria-expanded and aria-controls attributes of the column and filter menus when the user closes them.
Expected Behavior
The aria-expanded attribute should be set back to false when the column or filter menu is closed while the aria-controls should be removed.
Browser
All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered:
georgi-sla
changed the title
[Grid] Aria-expanded attribute of filter and column menus is not updated correctly
[Grid] Aria-expanded and aria-controls attributes of filter and column menus are not updated correctly
Feb 18, 2025
Description
Currently, when the user opens either the filter or column menu, the aria-expanded and aria-controls properties of the entire cell and the button responsible for opening the two elements are set. However, upon closing the menus, the value of the aria-expanded attribute is not updated and remains true while the aria-controls attribute remains applied.
Steps To Reproduce
Please, check out the following example: https://codesandbox.io/p/sandbox/long-mountain-r9mzdl
Note: To see the issue with the aria-expanded and aria-controls of the button opening the menu(s), make sure to disable the navigable property of the Grid.
Screenshots or video
No response
Actual Behavior
The Grid component does not correctly update the value of the aria-expanded and aria-controls attributes of the column and filter menus when the user closes them.
Expected Behavior
The aria-expanded attribute should be set back to false when the column or filter menu is closed while the aria-controls should be removed.
Browser
All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered: