maui icon indicating copy to clipboard operation
maui copied to clipboard

Win: Button clicked event and command will not be occurred in EmptyView of CollectionView

Open jingliancui opened this issue 1 year ago • 2 comments

Description

Button clicked event and command will not be occurred in EmptyView of CollectionView

Steps to Reproduce

  1. open sln using vs 2022
  2. set a break point on Button_Clicked event of MainPage.xaml.cs
  3. f5 to run the app
  4. click the button

Link to public reproduction project repository

https://github.com/jingliancui/EmptyViewIssue

Version with bug

8.0.3

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Win 19041

Did you find any workaround?

no

Relevant log output

no

jingliancui avatar Dec 28 '23 15:12 jingliancui

Just stumbled upon the same issue. Would be nice with a fix!

Brosten avatar Jan 10 '24 08:01 Brosten

Verified this on Visual Studio Enterprise 17.9.0 Preview 3(8.0.3). Repro on Windows 11, not repro on Android 14.0-API34, iOS 17.2 and MacCatalyst with below Project: SampleApp.zip

XamlTest avatar Jan 25 '24 09:01 XamlTest