microsoft/Terminal
Bug Report: ConHost Caption BoundingRects dissapeared
オープン
#2,176 opened on 2019/07/31
Area-AccessibilityHelp WantedIssue-BugPriority-2Product-Conhost
Repository metrics
- Stars
- (103,173 個のスター)
- PR merge metrics
- (平均マージ 27d 19h) (30d で 24 merged PRs)
説明
Environment
Caused by Accessibility PR: https://github.com/microsoft/terminal/commit/96496d8154113ae9e0bcbe47b4bbaf33a0d4e961
Steps to reproduce
- open ConHost
- open inspect.exe
- find caption buttons
Expected behavior
bounding rects should appear over caption buttons
Actual behavior
bounding rects aren't there. But it seems like you can interact with them perfectly fine otherwise.
Other notes
I think the main culprit here is WindowUiaProvider. Not entirely sure what caused it though.