xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Bug] Button InputTransparent malfunction on Android #6631

Open taublast opened 5 years ago

taublast commented 5 years ago

Description

Tested on Android, on iOS it's ok, UWP not tested:

Create a regular Button with InputTransparent = true. The Pressed event is still raised . (Released and Clicked are not raised as intended..)

Xamarin.Forms 4.0.0.497661

samhouts commented 5 years ago

@taublast Can you please attach a small project that demonstrates this issue? Thanks!

taublast commented 5 years ago

@samhouts okay will do today

taublast commented 5 years ago

@samhouts Hey this happens on Android only: https://github.com/taublast/BugButtonIT

samhouts commented 5 years ago

Yep, this is a regression from 3.6.0. Thanks!

cjkarande commented 5 years ago

Team, kindly confirm a tentative date to fix this issue.... Due to this issue our App which was working fine in Forms 3.X has suddenly broken off after upgrade to 4.X. We had to upgrade to 4.X due to Xamarin.Essentials dependency on 4.X Appreciate your response.

cjkarande commented 5 years ago

@samhouts, any update on this? Its a showstopper for our case. Appreciate your kind response on this.

NazariiNbcuni commented 3 years ago

Same with CheckBox. I guess with other controls could be same :)

MitchBomcanhao commented 2 years ago

Suffering similar issues with the checkbox on uwp and android