Skip to content

TextBox content is read as "No Item in View" on win 11 by Narrator #5557

@wangqiaodong

Description

@wangqiaodong
  • .NET Core Version: .Net 5
  • Windows version: Version 21H2 (OS Build 22000 .194)
  • Does the bug reproduce also in WPF for .NET Framework 4.8?: Not tested
  • Is this bug related specifically to tooling in Visual Studio (e.g. XAML Designer, Code editing, etc...)? If yes, please file the issue via the instructions here.
  • Security issues and bugs should be reported privately, learn more via our responsible disclosure guidelines.

Problem description:
A simple wpf window with a textbox, like following code:

<Grid> <TextBox HorizontalAlignment="Center" VerticalAlignment="Center" Text="abcdefg" MinWidth="200" MinHeight="30"></TextBox> </Grid>
and try to use Narattor to read the content

Actual behavior:
it read "No Item in view"

Expected behavior:
It should read "abcdefg" Edit.

Minimal repro:

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions