Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InputTransparent property does not work on Android #9069

Closed
ghost opened this issue Jul 29, 2022 · 3 comments
Closed

InputTransparent property does not work on Android #9069

ghost opened this issue Jul 29, 2022 · 3 comments
Labels
legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor p/1 Work that is important, and has been scheduled for release in this or an upcoming sprint partner Issue or Request from a partner team platform/android 🤖 s/duplicate 2️⃣ This issue or pull request already exists t/bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jul 29, 2022

Description

The InputTransparent property does not work properly on Android.

I have prepared a demo app to showcase the issue. In it you will find a Grid containing a Button and a BoxView. The BoxView is in front of the Button and has an initially set InputTransparent value of true. The Button has an OnButtonClicked event handler attached to its Clicked event. This handler displays an alert and changes the InputTransparent of the BoxView to false, so that you cannot click it a second time.

However the click event is sent regardless of the InputTransparent value.
DemoApp.zip

Steps to Reproduce

  1. Open the InputTransparentDemo app
  2. Run the app on Android 11
  3. Click the Red BoxView
  4. An alert displays and the BoxView is now Blue
  5. Click the Blue BoxView
  6. The alert should not be displayed again, but it is

Version with bug

6.0.408 (current)

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android 11

Did you find any workaround?

No

Relevant log output

No response

@ghost ghost added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels Jul 29, 2022
@Eilon Eilon added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Jul 29, 2022
@hartez
Copy link
Contributor

hartez commented Aug 2, 2022

This sounds like it might be a duplicate of #7498

@samhouts
Copy link
Member

see also #7489

@mattleibow
Copy link
Member

Duplicate of #10252

@mattleibow mattleibow marked this as a duplicate of #10252 May 2, 2023
@samhouts samhouts added the s/duplicate 2️⃣ This issue or pull request already exists label May 2, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor p/1 Work that is important, and has been scheduled for release in this or an upcoming sprint partner Issue or Request from a partner team platform/android 🤖 s/duplicate 2️⃣ This issue or pull request already exists t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants