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

[UWP] Last element in grid is rendered with lowest Z-Index #2943

Closed
activa opened this issue Jun 5, 2018 · 1 comment
Closed

[UWP] Last element in grid is rendered with lowest Z-Index #2943

activa opened this issue Jun 5, 2018 · 1 comment

Comments

@activa
Copy link
Contributor

activa commented Jun 5, 2018

Description

PR #2762 breaks rendering of Grid elements. The last element in a grid is rendered with the lowest Z-Index and disappears under all other elements. The last element should have the highest Z-index

This is only broken on UWP. Works fine on Android and iOS

Steps to Reproduce

  1. Add 2 overlapping UI elements to a grid

Expected Behavior

The last UI element is rendered on top of the first

Actual Behavior

The first UI element is rendered on top of the second

Basic Information

  • Version with issue: 3.0.0.5308
  • Last known good version: 3.0.0.4825
  • Affected Devices: UWP

Screenshots

image

Reproduction Link

UWPGridZBug.zip

@activa
Copy link
Contributor Author

activa commented Jun 6, 2018

Can this please get the attention and priority it deserves? This regression bug completely breaks the majority of UWP apps that were built with Xamarin Forms. I would go as far as to suggest pulling both versions 3.0.0.530938 and 3.0.0.550146 from the Nuget repository.

PureWeen added a commit that referenced this issue Jun 7, 2018
* When elements are first added to the visual tree don't set the Z-Index
PureWeen added a commit that referenced this issue Jun 7, 2018
* When elements are first added to the visual tree don't set the Z-Index
PureWeen added a commit that referenced this issue Jun 7, 2018
* When elements are first added to the visual tree don't set the Z-Index
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants