microsoft/Terminal

Bug Report: ConHost Caption BoundingRects dissapeared

Open

#2,176 创建于 2019年7月31日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)C++ (3,212 fork)batch import
Area-AccessibilityHelp WantedIssue-BugPriority-2Product-Conhost

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

Environment

Caused by Accessibility PR: https://github.com/microsoft/terminal/commit/96496d8154113ae9e0bcbe47b4bbaf33a0d4e961

Steps to reproduce

  1. open ConHost
  2. open inspect.exe
  3. 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.

贡献者指南