xamarin/Xamarin.Forms

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

Open

#6,655 opened on Jun 26, 2019

 (0 comments) (2 reactions) (0 assignees)C# (1,926 forks)batch import
e/4 :clock4:help wantedinactivep/UWPt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide