angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.47k forks source link

The checkboxes of the filter of 'Name' pane of the context menu of the table are not receiving keyboard focus. #7249

Closed msftedad closed 2 years ago

msftedad commented 2 years ago

Test Environment: OS: Windows_11 Version: 22H2 OS Build: 22598.200 Browser: Version 104.0.1293.70 (Official Build) (64-bit) URL: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/excel-style-filtering

Repro Steps:

  1. Open https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/excel-style-filtering
  2. Grids excel style filtering pen page will open.
  3. Reach to the main landmark content where ' Examples' tab is selected.
  4. With 6-tab press, reach to the column header of the available table.
  5. Press ctrl + shift + L, the context menu opens.
  6. Verify the issue that 'check box' controls are receiving keyboard focus.

Actual Result:
The checkboxes of the filter of the 'Name' pane of the context menu of the table are not receiving keyboard focus while navigating with the tab key or arrow key.

Expected Result:
The checkboxes of the filter of the 'Name' pane of the context menu of the table should receive keyboard focus while navigating with the tab key or arrow key. MAS2.1.1_check box not accessible.zip

msftedad commented 2 years ago

this is duplicate of https://github.com/angular-ui/ui-grid/issues/7248#issue-1371221758.Hence closing this issue.