Xamarin.forms: DatePicker inside TableView raises popup dialogs unexpectedly

Created on 21 Nov 2018  路  2Comments  路  Source: xamarin/Xamarin.Forms

Description

When used inside TableView's ViewCell, a DatePicker will sometimes raise its pop up dialog unexpectedly after its value is changed.

Steps to Reproduce

  1. Run the provided sample app in the Android emulator.
  2. Change the start date to 11/26.
  3. Change the end date to 11/29.

Expected Behavior

No further dialogs pop up after user activity has ceased.

Actual Behavior

After setting the end date, two DatePicker dialogs pop up again without user intervention.

Basic Information

  • Version with issue: 3.4.0.1008975
  • Last known good version: Unknown
  • IDE: VS 2017 15.9.2
  • Platform Target Frameworks:

    • Android: 8.1

  • Android Support Library Version: 27.0.2.1
  • Nuget Packages: None
  • Affected Devices: N/A

Screenshots

Reproduction Link


DatePicker.zip

2 Android bug

Most helpful comment

I think #4344 fixes this issue. @paymicro can you confirm?!

All 2 comments

I think #4344 fixes this issue. @paymicro can you confirm?!

Confirmed 馃挴 #4344 fixes this issue.

Was this page helpful?
0 / 5 - 0 ratings