Description
Aria attribute aria-activedescendants has incorrect values in hierarchical grid, after selecting a child grid
- igniteui-angular version:
- browser:
Steps to reproduce
- Open the following sample - https://www.infragistics.com/angular-demos-lob/hierarchical-grid/hierarchical-grid-resizing it can also be tested with any of the hierarchical grid samples
- Expand a row
- Select a cell from a child grid
- Inspect the aria-activedescendants for the root grid or for other child grid, than the currently active one.
Result
There are incorrect value for the aria attribute aria-activedescendant="igx-hierarchical-grid-1_null_undefined
Expected result
The aria attribute aria-activedescendant should have correct values for all child and root grids inside of a hierarchical grid
Attachments
