xamarin/Xamarin.Forms

[Bug] Tapping ViewCell ContextAction cannot be triggered before cell animation finished

オープン

#7,336 opened on 2019/08/31

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
a/listviewe/3 :clock3:help wantedp/iOS 🍎t/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Description

If the user taps on a ViewCell ContextAction while the cell drawer is still animating, the tap does not register - the action does not fire. The user must wait for the cell to settle to stationary before tapping the action.

Steps to Reproduce

  1. Create a ViewCell with ContextAction Menu Items
  2. Slide the cell to reveal the actions, release the cell...
  3. Before the cell stops moving/animating, tap the ContextAction

Expected Behavior

Context Action should be triggered

Actual Behavior

Context Action is not triggered

Basic Information

  • Version with issue: Xamarin.Forms 4.2.0.709249
  • Last known good version:
  • IDE: Visual Studio Mac
  • Platform Target Frameworks:
    • iOS: 12.14.0.114
  • Affected Devices: all

コントリビューターガイド