Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Bug] Button "released" event not fired when using Shell #6443

Open
nicolas-garcia opened this issue Jun 7, 2019 · 2 comments
Open

[Bug] Button "released" event not fired when using Shell #6443

nicolas-garcia opened this issue Jun 7, 2019 · 2 comments
Labels
a/shell 🐚 e/2 🕑 2 help wanted We welcome community contributions to any issue, but these might be a good place to start! t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!

Comments

@nicolas-garcia
Copy link

nicolas-garcia commented Jun 7, 2019

Description

When using Shell, the event "released" on button are not fired if you move your finger while holding the button, even if it's the slightest move.
Works well on an application without Shell.
Behavior observed only on Android, not iOS.

Steps to Reproduce

  1. Create an application using Shell
  2. Add a button on a page
  3. Wire "released" event to whatever you want
  4. Run the app
  5. Hold the button
  6. Move just a bit your finger
  7. Release your finger

=> No event

Expected Behavior

The event "released" should be fired

Actual Behavior

It's not fired.

Basic Information

  • Version with issue: Tested on 4.0.0.482894 and 4.1.0.483098-pre1

  • Last known good version: None

  • IDE: Visual Studio 2019 16.1.1

  • Platform Target Frameworks:

    • iOS: Works as expected
    • Android: Compile using Android 9.0
    • UWP: Not tested
  • Android Support Library Version: 28.0.0.1

Reproduction Link

ButtonReleasedBugRepro.zip

@nicolas-garcia nicolas-garcia added s/unverified New report that has yet to be verified t/bug 🐛 labels Jun 7, 2019
@samhouts samhouts added a/shell 🐚 e/2 🕑 2 and removed s/unverified New report that has yet to be verified labels Jun 7, 2019
@samhouts
Copy link
Member

samhouts commented Jun 7, 2019

Same root cause as #5306 and #5205 and #6381

@matibak
Copy link

matibak commented Oct 18, 2019

Still persists on 4.2.0.848062 when the button is in the ScrollView. When button is not within the scrollview, released event fires properly.

@samhouts samhouts added inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! up-for-grabs We welcome community contributions to any issue, but these might be a good place to start! and removed inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! labels Jul 17, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 13, 2020
@samhouts samhouts added inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! and removed inactive Issue is older than 6 months and needs to be retested labels Sep 18, 2020
@samhouts samhouts removed this from the 5.0.0 milestone Nov 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/shell 🐚 e/2 🕑 2 help wanted We welcome community contributions to any issue, but these might be a good place to start! t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!
Projects
None yet
Development

No branches or pull requests

3 participants