Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to correctly track focus around cells in MS Excel 2013 #3360

Closed
nvaccessAuto opened this issue Jul 12, 2013 · 4 comments
Closed

Unable to correctly track focus around cells in MS Excel 2013 #3360

nvaccessAuto opened this issue Jul 12, 2013 · 4 comments
Assignees
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2013-07-12 00:57
When moving the focus around a spreadsheet in Excel 2013, NVDA fails to read the new cell most of the time, though this does depend on whether there is content in a given cell. Microsoft has implemented some UI Automation support in Excel 2013, but in this case it is incomplete and confuses NVDA.
We must mark the speadsheet window (EXCEL7) as being a bad UIA implementation. However before this can properly take affect, #3354 must be implemented.
Blocked by #3354
Blocking #3099, #3418, #3427, #3428

@nvaccessAuto
Copy link
Author

Comment 2 by Michael Curran <mick@... on 2013-07-12 01:02
In [6c34817]:

_UIAHandler: add 'EXCEL7' to list of bad UIA window classes, which allows correct focus tracking in Excel 2013 spreadsheets. re #3360

@nvaccessAuto
Copy link
Author

Comment 3 by Michael Curran <mick@... on 2013-07-12 04:49
In [2550603]:

Merge branch 't3360' into next

incubates #3360

Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 5 by Michael Curran <mick@... on 2013-07-25 03:24
In [3b886e7]:

_UIAHandler: add 'EXCEL7' to list of bad UIA window classes, which allows correct focus tracking in Excel 2013 spreadsheets. Fixes #3360

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 6 by mdcurran on 2013-07-25 03:29
Changes:
Milestone changed from next to 2013.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants