maui icon indicating copy to clipboard operation
maui copied to clipboard

FilePicker on Mac Catalyst does not always return the file picked

Open MartyIX opened this issue 2 years ago • 1 comments

Description of Change

I'm creating this PR just to spark some discussion about the #11088 issue. The removed lines fixed the issue for me (on Mac Ventura 13.1 arm64). The reason why #11088 happens is because the two delegates compete with each other and if this delegate wins, then no file is picked.

I don't have deeper understanding of the code so that's as much as I know. Also I don't have an iOS device/environment at my disposal to really test it. I tested it only on Mac Ventura 13.1.

Anyway, my hope is that someone will know how to finish this PR.

Issues Fixed

Fixes #11088

MartyIX avatar Mar 10 '23 08:03 MartyIX

Hey there @MartyIX! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

ghost avatar Mar 10 '23 08:03 ghost

/azp run

mattleibow avatar Mar 13 '23 14:03 mattleibow

Azure Pipelines successfully started running 2 pipeline(s).

azure-pipelines[bot] avatar Mar 13 '23 14:03 azure-pipelines[bot]

I actually faced this issue the other day too.

rmarinho avatar Mar 22 '23 12:03 rmarinho

@rmarinho I did not expect that this would get merged but I'm happy if the patch is actually correct.

Anyway, would you consider adding the suggested backport label?

MartyIX avatar Jun 19 '23 11:06 MartyIX