xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.63k stars 1.87k forks source link

[XF] Empty ListView's ItemTemplate #3980

Open VincentDondain opened 6 years ago

VincentDondain commented 6 years ago

From @mykyta-bondarenko-gl on October 3, 2018 8:51

Steps to Reproduce

  1. Download a sample
  2. Run it on simulator or device
  3. Scroll down and tap on 'MasterDetailsPage' menu item
  4. Open 'Master' part via swiping right

You can reproduce the same issue with an another sample. Just tap on the 'Xml Resource' menu item.

Expected Behavior

All ListView items are displayed

Actual Behavior

ListView items are "hidden". I can tap on them but they are invisible.

simulator screen shot - iphone x - 2018-10-03 at 11 16 46

Environment

  1. VSfM 7.6.9 (build 8) https://gist.github.com/mykyta-bondarenko-gl/e5641c5f45743698b3846f2b10b4bbff
  2. Xcode 10.0 (10A255)

I can reproduce the same issue with XI 12.2.0.2

Build Logs

  1. Build Output https://gist.github.com/mykyta-bondarenko-gl/0f986ca12b833cbbcd439eadd113f9b5

Example Project

Sample

Copied from original issue: xamarin/xamarin-macios#4910

VincentDondain commented 6 years ago

Hi,

At a glance this doesn't look like a Xamarin.iOS regression: tried with pre-xcode10 builds (XI 11.12.0.4 and Xcode 9.4).

Note: I also tried with XF 2.5 and it worked too.

If you guys can point me to something specific that indicates XI is not behaving as expected I will be able to help. AFAICT the XI master detail template behaves properly.

kingces95 commented 6 years ago

FormsGallery.zip Reproduces as described.

mykyta-bondarenko commented 5 years ago

Hi, are there any updates?

mykyta-bondarenko commented 5 years ago

@kingces95 @samhouts ^