xamarin/Xamarin.Forms

[Bug] Invalid value appears in year picker portion of DatePicker when hovered over with Inspect

开放

#6,655 创建于 2019年6月26日

 (0 条评论) (2 个反应) (0 位负责人)C# (1,926 个派生)batch import
e/4 :clock4:help wantedinactivep/UWPt/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

When viewing the DatePicker's accessibilty data with Inspect, an invalid value appears above the first (earliest) year value.

Steps to Reproduce

  1. Run inspect.exe
  2. Open the DatePicker control
  3. Scroll to the earliest year value 3a. If already at the earliest year value, hover over adjacent values
  4. Observe a value appeared above the year values.

Expected Behavior

The DatePicker remains unchanged when viewing accessibility data.

Actual Behavior

A value appeared above the year values.

Basic Information

  • Version with issue: 4.0.0.425677
  • Last known good version: N/A
  • IDE: Visual Studio 2019
  • Platform Target Frameworks:
    • UWP: 17134
  • Affected Devices: UWP

Screenshots

image DatePickerBug.zip

Reproduction Link

Zipped file below with a DatePicker.

贡献者指南