This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] DatePicker / TimePicker Unfocused Event Fired When Focused #6138
Labels
p/Android
s/needs-info ❓
A question has been asked that requires an answer before work can continue on this issue.
s/needs-repro ❔
This reported issue doesn't include a sample project reproducing the issue. Please provide one.
s/unverified
New report that has yet to be verified
t/bug 🐛
Uh oh!
There was an error while loading. Please reload this page.
Description
Android 9.0 (Pie) - API 28 only.
When the dialog for either the DatePicker or TimePicker is opened, the unfocused event from that picker is fired.
In this particular case, I am using the unfocused event of the DatePicker to focus on the TimePicker. The result is actually that as soon as the DatePicker calendar opens, the unfocused event instantly fires which then opens the TimePicker Clock overlayed on-top of the calendar.
This seems related to #5159 , except instead of the issue being that the dialog won't open at all, it opens and immediately fires the Unfocused event.
Steps to Reproduce
Expected Behavior
Unfocused event is fired when dialog is closed.
Actual Behavior
Unfocused event fires as soon as dialog opens
Basic Information
The text was updated successfully, but these errors were encountered: