Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
Enter Shift + Tab key. (The filter input box lost focus but is still active.)
Enter the Left or Right key. (Important: This seems to be the trigger of the problem I'm reporting in this issue. Pressing any other keys doesn't cause the problem.)
Result
After doing that, you will find there is an error below in the browser's console:
ERROR TypeError: Cannot read properties of undefined (reading 'level')
After once happens that error, any user interaction events, such as keydown, mousemove, etc., cause the same error continuously.
Description
Some keyboard operations on the filter UI of the Grid show errors in the browser's console.
Steps to reproduce
Shift
+Tab
key. (The filter input box lost focus but is still active.)Left
orRight
key. (Important: This seems to be the trigger of the problem I'm reporting in this issue. Pressing any other keys doesn't cause the problem.)Result
After doing that, you will find there is an error below in the browser's console:
After once happens that error, any user interaction events, such as keydown, mousemove, etc., cause the same error continuously.
Expected result
No error messages are in the browser's console.
Attachments