dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.24k stars 1.76k forks source link

[MAUI] I10_Swipe- Favorite & Delete button function is not implemented. #23298

Open kevinxufei opened 4 months ago

kevinxufei commented 4 months ago

Description

Clicking the Favorite /Delete button does not produce the expected results.

Note: The Favorite & Delete button should have corresponding icons, but it wasn't shown in the project. image

Steps to Reproduce

1.Deploy https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests to Windows & Mac. 2.Navigate to 'I CollectionView' ->'I10 Swipe' 3.Slide each option from left to right, and the favorite (green) & delete (pink) options will appear. Clicking them will have no effect.

Actual Behavior: Clicking the Favorite/Delete button does not produce the expected results maui1

Expected Behavior: Click on the favorites and it should light up; click delete and it should be removed from the list

Link to public reproduction project repository

https://devdiv.visualstudio.com/Pkgs/_git/VS.TestAssets.Xaml?path=/Assets/Projects/ManualMauiTests

Version with bug

Microsoft.Maui.Controls 8.0.70-ci.net8.24326.4

Is this a regression from previous behavior?

Not a regression, The issue also repro on 8.0.61& 8.0.3

Affected platforms

iOS, Android, Windows, macOS

github-actions[bot] commented 4 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

RoiChen001 commented 4 months ago

Update: This issue has been partially fixed. 1.Delete button works fine, you can delete the item from the list normally. But favourite button still doesn't work. 2.Delete button and faviourite button have no icons.