Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMS Office: work panes such as clipboard manager or file recovery gain accessibility focus but not system focus #4199
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by Michael Curran <mick@... on 2014-06-16 06:38
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by James Teh <jamie@... on 2014-06-24 06:34
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by Michael Curran <mick@... on 2014-07-07 09:05
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by mdcurran on 2014-07-07 09:06 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedJun 16, 2014
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.