Xamarin.forms: [Bug] [UWP] Button has height bigger than Picker

Created on 20 Nov 2019  Â·  8Comments  Â·  Source: xamarin/Xamarin.Forms

Description

The button height is big than near Picker. I set HeightRequest to a value and seems that not working (is ignored somehow).

Steps to Reproduce

  1. Create picker and button near it
  2. Run app

Expected Behavior

The button height should be same with picker like in Xamarin Forms latest 4.2.x version.

Actual Behavior

Basic Information

  • Version with issue:
  • Last known good version: latest 4.2.x
  • IDE: VS 2019 16.3
  • Platform Target Frameworks:

    • UWP: 17163

  • Nuget Packages: Xamarin Forms latest 4.3.x
  • Affected Devices: Windows

Screenshots

image

Reproduction Link

See attached item


XamarinTests.zip

4.3.0 3 regression UWP bug

All 8 comments

This looks like the same issue as #8439

This looks like the same issue as #8439

I think that problem is related to button not picker. For me, the picker looks fine but button's height is not ok.

I have actually confirmed that the fix in #8160 fixes this issue, so it is that problem

@jfversluis If this is fixed by #8160, and #8160 is merged… where does that leave this issue?

@WayaFlyfeather I see the PR was merged for 4.4. So the fix should be in 4.4 and 4.5 by now. Would you be able to confirm this fixed it with that version? If so, we can close this :)

Thanks for paying attention!

@jfversluis Actually, I was just looking for potential bugs to fix, and this one was in Ready for Work, so was confused if it was fixed or not… ;) Also I was wondering if it might be related to #9123.

Will try checking later if it seems to be fixed with latest versions.

@jfversluis So I ran the repro-project, updated to latest stable XF 4.4.0.991537, and yes, it does indeed appear to be fixed :)

2020-01-23

@WayaFlyfeather thanks! I’ll close this one for now then :)

If you need any help finding another issue to fix let me know

Was this page helpful?
0 / 5 - 0 ratings