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 developer is dynamically updating the disabled state of the ExpansionPanel, the keyboard navigation fails to consider the current state and does not work as expected.
Steps To Reproduce
Create an ExpansionPanel.
Dynamically enable/disable it.
Navigate to the component.
Try expanding/collapsing it using either Enter or Space keys.
When the ExpansionPanel is initially enabled and the developer programmatically disables it, the keyboard navigation remains active and allows the user to expand/collapse the component even in cases when it is disabled.
On the other hand, when the component is initially disabled and the developer enables it, the keyboard navigation should also be active and allow the user to expand/collapse the element.
Expected Behavior
The keyboard navigation should correctly consider the state of the ExpansionPanel and should work accordingly - disabled in a disabled component, and enabled in an enabled component.
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:
Description
Currently, when the developer is dynamically updating the disabled state of the ExpansionPanel, the keyboard navigation fails to consider the current state and does not work as expected.
Steps To Reproduce
For further reference, please check out the following StackBlitz demo: https://stackblitz.com/edit/angular-eziaqj
Screenshots or video
No response
Actual Behavior
When the ExpansionPanel is initially enabled and the developer programmatically disables it, the keyboard navigation remains active and allows the user to expand/collapse the component even in cases when it is disabled.
On the other hand, when the component is initially disabled and the developer enables it, the keyboard navigation should also be active and allow the user to expand/collapse the element.
Expected Behavior
The keyboard navigation should correctly consider the state of the ExpansionPanel and should work accordingly - disabled in a disabled component, and enabled in an enabled component.
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: