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

[Bug] SwipeView on UWP Executes Command Twice #11251

Closed
tdoell opened this issue Jun 30, 2020 · 1 comment
Closed

[Bug] SwipeView on UWP Executes Command Twice #11251

tdoell opened this issue Jun 30, 2020 · 1 comment
Assignees
Labels
a/swipeview e/2 🕑 2 in-progress This issue has an associated pull request that may resolve it! p/UWP t/bug 🐛
Milestone

Comments

@tdoell
Copy link

tdoell commented Jun 30, 2020

Description

When using SwipeView on UWP and a SwipeItem Command is executed, the Command is executed twice.

Steps to Reproduce

  1. Run Xamarin.Forms UWP app
  2. Swipe from right->left (touchscreen monitor only...)
  3. If SwipeItems.Mode is set to Reveal, tap cell, other wise swiping across should executed command
  4. Debug.WriteLine in Command is printed twice

Expected Behavior

SwipeItem Command is executed once when Mode is set to Reveal or Execute

Actual Behavior

SwipeItem Command is executed twice when Mode is set to Reveal or Execute

Basic Information

  • Version with issue: 4.7.0.968
  • Last known good version: N/A
  • IDE: Visual Studio 2019
  • Platform Target Frameworks:
    • UWP: 16288
  • Affected Devices: UWP

Reproduction Link

SwipeViewMultipleExecuteUWP.zip

Workaround

One of the multiple ways to work around this issue is to ignore a second execution of the command during a certain time interval, but this is not an ideal solution.

@tdoell tdoell added s/unverified New report that has yet to be verified t/bug 🐛 labels Jun 30, 2020
@pauldipietro pauldipietro added this to New in Triage Jun 30, 2020
@jsuarezruiz jsuarezruiz self-assigned this Jul 1, 2020
@jsuarezruiz jsuarezruiz added e/2 🕑 2 and removed s/unverified New report that has yet to be verified labels Jul 6, 2020
@jsuarezruiz jsuarezruiz moved this from New to Ready For Work in Triage Jul 6, 2020
@jsuarezruiz jsuarezruiz added this to Backlog in SwipeView via automation Jul 6, 2020
@jsuarezruiz jsuarezruiz moved this from Backlog to In Progress in SwipeView Jul 6, 2020
@samhouts samhouts added the in-progress This issue has an associated pull request that may resolve it! label Jul 6, 2020
@samhouts samhouts added this to In Progress in 4.7.0 Jul 6, 2020
@samhouts samhouts added this to To do in UWP Ready For Work Jul 7, 2020
@samhouts samhouts removed this from Ready For Work in Triage Jul 7, 2020
@samhouts samhouts moved this from To do to In progress in UWP Ready For Work Jul 7, 2020
@samhouts samhouts removed this from In Progress in 4.7.0 Jul 8, 2020
@samhouts samhouts added this to In Progress in vCurrent (4.8.0) Jul 30, 2020
@samhouts samhouts moved this from In Progress to Done in vCurrent (4.8.0) Aug 3, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 4, 2020
@samhouts
Copy link
Member

closed by #11323

UWP Ready For Work automation moved this from In progress to Done Aug 26, 2020
SwipeView automation moved this from In Progress to Done Aug 26, 2020
@samhouts samhouts removed this from Done in UWP Ready For Work Nov 3, 2020
@samhouts samhouts removed this from Done in SwipeView Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/swipeview e/2 🕑 2 in-progress This issue has an associated pull request that may resolve it! p/UWP t/bug 🐛
Projects
No open projects
Development

No branches or pull requests

3 participants