maui icon indicating copy to clipboard operation
maui copied to clipboard

Impossible to leave the picker with a physical keyboard

Open mhamel opened this issue 2 years ago • 2 comments

Description

Using the arrow keys or the tab key opens the picker list when it has focus. It becomes impossible to leave the drop-down list with physical keyboard attached.

Steps to Reproduce

Use a physical device or an emulator with DPad activated within a screen with a picker and an entry.

Link to public reproduction project repository

https://github.com/mhamel/MauiPickerFocusIssue

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

10.0 (Q) - API 29

Did you find any workaround?

I'll create a custom control with a button and a popup. At this time, I have no workaround.

Relevant log output

No response

mhamel avatar Feb 22 '23 15:02 mhamel

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

ghost avatar Feb 22 '23 19:02 ghost

related #6252

rachelkang avatar Feb 28 '23 21:02 rachelkang

Verified this issue with Visual Studio Enterprise 17.7.0 Preview 3.0(net8). Can repro on iOS platform with sample project. https://github.com/mhamel/MauiPickerFocusIssue iOS: image @mhamel For android, not sure if it is correct result, if not, please help correct me. Actual Results: image

homeyf avatar Jul 18 '23 09:07 homeyf