xamarin/Xamarin.Forms

Image button on UWP not going back to normal state

开放

#4,910 创建于 2019年1月7日

 (5 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
a/imagebuttone/3 :clock3:help wantedp/UWPt/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

On UWP ImageButton does not go back to Normal state when clicked. It is strange, because it works only when DisplayAlert is called from within Clicked method.

Steps to Reproduce

  1. Download https://github.com/davidortinau/TheLittleThingsPlayground
  2. Remove line 26 from file ThreeFourPage.xaml (Clicked="ImageButton_Clicked")
  3. Run the app
  4. If you click the image button, it will not go back to normal state

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE: Visual Studio: 15.9.3
  • Platform Target Frameworks:
    • UWP: 16299
  • Nuget Packages: Xamarin Forms: 3.4.0.1009999 and 3.4.0.1008975
  • Affected Devices: Desktop application

贡献者指南