maui icon indicating copy to clipboard operation
maui copied to clipboard

[MAUI] D17 page when click on some empty space, the editor 2 is still focused

Open Ying-6 opened this issue 2 years ago • 2 comments

Description

D17 page when click on some empty space, the editor 2 is still focused on ios, maccatalyst and android target.

Steps to Reproduce

  1. Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests to iOS simulator or device.
  2. Click or tap on test ‘D17’.
  3. Focus editor 2 below and then click on some empty space.

Actual result: The editor is still focused after clicking the empty space. UIElement

Expected results: The editor should unfocus.

Link to public reproduction project repository

https://github.com/rachelkang/recipeSearch

Microsoft.Maui.Controls 8.0.0-nightly.9331+sha.6aac924e89-azdo.8456294 .NET SDK: 8.0.100-rc.1.23463.5

Version with bug

8.0.0-nightly.9331

Is this a regression from previous behavior?

Not a regression, The issue also repro on 8.0.0-rc.1.9171

Affected platforms

iOS, Android, macOS

Ying-6 avatar Oct 11 '23 07:10 Ying-6

@japarson @rachelkang @jsuarezruiz this test needs to be rewritten slightly to account for this behavior change

https://github.com/dotnet/maui/pull/16530

PureWeen avatar Oct 11 '23 15:10 PureWeen

Any news on this?

Almis90 avatar Jan 25 '24 09:01 Almis90

Verified this issue with Visual Studio 17.10.0 Preview 1. Can repro Android & iOS platform with 8.0.10-nightly.10196

ninachen03 avatar Mar 01 '24 02:03 ninachen03

Hi, any news about this? I can reproduce it with Visual Studio 17.9.7 and MAUI 8.0.40 on real Android and iOS device.

Here a repo.

MattePozzy avatar May 28 '24 12:05 MattePozzy