dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22k stars 1.72k forks source link

Legacy Layout not working #19780

Open jsuarezruiz opened 8 months ago

jsuarezruiz commented 8 months ago

Description

In this sample https://github.com/jsuarezruiz/netmaui-finance-app-challenge/tree/8.0.5-sr1 use a custom circular legacy (compatibility) layout that is no longer rendering anything.

image

Steps to Reproduce

  1. Download or sync https://github.com/jsuarezruiz/netmaui-finance-app-challenge/tree/8.0.5-sr1
  2. Launch the App on any platform.
  3. Navigate to the details page tapping the user image.

Link to public reproduction project repository

https://github.com/jsuarezruiz/netmaui-finance-app-challenge/tree/8.0.5-sr1

Version with bug

8.0.3

Is this a regression from previous behavior?

Yes, this used to work in .NET MAUI

Last version that worked well

7.0.101

Affected platforms

iOS, Android, Windows, macOS

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

ghost commented 8 months ago

We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.

XamlTest commented 7 months ago

Verified this on Visual Studio Enterprise 17.9.0 Preview 5(8.0.3). Repro on Windows 11 and Android 14.0-API34 with below Project: netmaui-finance-app-challenge-8.0.5-sr1.zip

Windows(7.0.101): image

Windows/Android(8.0.3): image

iOS/Mac(8.0.3):

Screenshot 2024-02-06 at 3 41 25 PM