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

MS Office: work panes such as clipboard manager or file recovery gain accessibility focus but not system focus #4199

Closed
nvaccessAuto opened this issue Jun 16, 2014 · 4 comments
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2014-06-16 06:29
Sometimes when opening Excel you may seem to land in a clipboard manager. Similarly if you open MS Word after a crash, you may seem to land in a file recovery pane. However, trying to interact with these panes does not work, and typing characters types directly into the document. In short, these panes incorrectly fire focus events whtough actually taking the system focus. We should ignore focus events on SDM controls if their window does not match hwndFocus on the GUI thread.

@nvaccessAuto
Copy link
Author

Comment 1 by Michael Curran <mick@... on 2014-06-16 06:38
In [fa43cdc]:

Merge branch 't4199' into next. Incubates #4199

Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 2 by James Teh <jamie@... on 2014-06-24 06:34
In [2ff20c4]:

Merge branch 't4199' into next

Incubates #4199.

@nvaccessAuto
Copy link
Author

Comment 3 by Michael Curran <mick@... on 2014-07-07 09:05
In [4088569]:

Merge branch 't4199'. Fixes #4199

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 4 by mdcurran on 2014-07-07 09:06
Changes:
Milestone changed from None to 2014.3

@nvaccessAuto nvaccessAuto added this to the 2014.3 milestone Nov 10, 2015
michaelDCurran pushed a commit that referenced this issue Oct 19, 2021
…ffice programs (#12736)

As described in #4199 when starting Office programs Word, Excel clipboard manager can sometimes steal accessibility focus making it impossible to interact with the document / spreadsheet.
Most cases were fixed but it seems one has been missed - focus lands on something called Collect and Paste 2.0 ,making interaction with the actual document difficult.

Description of how this pull request fixes the issue:
Since the "Collect and paste" has a custom eventObjectID SDM~has not been applied to it causing focus to be incorrect. This custom ID has been added to the list of objects for which SDM~applies.
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

1 participant