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
Click the filter button in the ProductName column header
Current behavior
A js error is thrown:
result:1 Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users...
Expected/desired behavior
No js exceptions on opening the filter menu.
Environment
Kendo UI version: 2024.4.1112
Browser: [Chrome, Edge]
The text was updated successfully, but these errors were encountered:
Bug report
A javascript error is thrown when opening the filter menu with filterable.multi enabled. Related to: #7960, #8096, https://github.com/telerik/web-components-ux/issues/1142
Reproduction of the problem
Current behavior
A js error is thrown:
result:1 Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users...
Expected/desired behavior
No js exceptions on opening the filter menu.
Environment
The text was updated successfully, but these errors were encountered: