microsoft/Terminal

Bug Report: ConHost Caption BoundingRects dissapeared

Aperta

#2176 aperta il 31 lug 2019

 (3 commenti) (0 reazioni) (0 assegnatari)C++ (9275 fork)batch import
Area-AccessibilityHelp WantedIssue-BugPriority-2Product-Conhost

Metriche repository

Star
 (103.173 stelle)
Metriche merge PR
 (Merge medio 27g 19h) (24 PR mergiate in 30 g)

Descrizione

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.

Guida contributor