Skip to content

Conversation

@MsDev88
Copy link
Contributor

@MsDev88 MsDev88 commented Oct 13, 2019

Issue Description : NVDA is reading random row no while focus comes to first header cell when grouping grid data.

Root Cause: As expand all controls of grouping is part of left container in ui-grid.html, it's div aligned first and then header cell div. Somehow Narrator is also reading no of grouped row along with header cell row.

Proposed Fix: Updated right and left container div sequence in ui-grid.html file.

Before Changes:
BeforeChanges
BeforeChanges_NVDA.zip

After Changes:
AfterChange_NVDA.zip

Testing Details:
Unit tests - PASS
Manual testing - PASS
E2E tests - Unable to run locally.

Issue Description : NVDA is reading random row no while focus comes to first header cell when grouping grid data. Root Cause: As grouping is part of left container in ui-grid.html, it's div aligned first and then header cell div. Somehow Narrator is also reading no of grouped row along with header cell row. Proposed Fix: Updated right and left container div sequence in ui-grid.html file.
@commit-lint
Copy link

commit-lint bot commented Oct 13, 2019

Contributors

@MsDev88

@MsDev88 MsDev88 changed the title update(ui-grid.html): updated sequence of right and left container divs update(ui-grid.html): changed sequence of right and left container div elements Oct 13, 2019
@MsDev88 MsDev88 changed the title update(ui-grid.html): changed sequence of right and left container div elements update(ui-grid): changed sequence of right and left container div elements Oct 13, 2019
@mportuga
Copy link
Member

This looks like it would cause a different NVDA problem for Western countries. Where we want the left container to be read first. I don't think that I can approve/merge this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants