Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Layout is not applied correctly #18984

Closed
ozersenol opened this issue Nov 23, 2023 · 3 comments
Closed

Page Layout is not applied correctly #18984

ozersenol opened this issue Nov 23, 2023 · 3 comments
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter platform/iOS 🍎 potential-regression This issue described a possible regression on a currently supported version., verification pending s/needs-repro Attach a solution or code which reproduces the issue s/triaged Issue has been reviewed t/bug Something isn't working

Comments

@ozersenol
Copy link

ozersenol commented Nov 23, 2023

Description

Page Layout has problem when I change project to net7.0-ios to net8-ios on MAUI Blazor App. There is no difference on page codes and layout or css files.

Screenshot 2023-11-23 at 16 38 03 jpeg Screenshot 2023-11-23 at 16 31 13 jpeg
  <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
    <ApplicationDisplayVersion>1.0.0</ApplicationDisplayVersion>
    <ApplicationVersion>1</ApplicationVersion>
    <ProvisioningType>automatic</ProvisioningType>
    <OptimizePNGs>True</OptimizePNGs>
    <RuntimeIdentifiers>ios-arm64</RuntimeIdentifiers>
    <CreatePackage>false</CreatePackage>
    <CodesignKey>MY CODE SIGN</CodesignKey>
    <CodesignProvision>ppAdHoc</CodesignProvision>
    <ArchiveOnBuild>True</ArchiveOnBuild>
    <NoSymbolStrip>true</NoSymbolStrip>
    <UseInterpreter>True</UseInterpreter>
    <CodesignEntitlements>Platforms\iOS\Entitlements.plist</CodesignEntitlements>
  </PropertyGroup>

Steps to Reproduce

No response

Link to public reproduction project repository

No response

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

Affected platform versions

17.1.1

Did you find any workaround?

No response

Relevant log output

No response

@ozersenol ozersenol added the t/bug Something isn't working label Nov 23, 2023
@jsuarezruiz jsuarezruiz added area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter platform/iOS 🍎 potential-regression This issue described a possible regression on a currently supported version., verification pending labels Nov 24, 2023
@Eilon
Copy link
Member

Eilon commented Mar 1, 2024

Hi @ozersenol , can you share a repro for this issue? What does the XAML and HTML look like? Also, is the vertical "..." button part of the HTML UI, or is it a native platform control?

This button:

image

@Eilon Eilon added the s/needs-repro Attach a solution or code which reproduces the issue label Mar 1, 2024
@ghost
Copy link

ghost commented Mar 1, 2024

Hi @ozersenol. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@ghost ghost added the s/no-recent-activity Issue has had no recent activity label Mar 5, 2024
@ghost
Copy link

ghost commented Mar 5, 2024

This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

@ninachen03 ninachen03 added the s/triaged Issue has been reviewed label Mar 7, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 14, 2024
@dotnet-policy-service dotnet-policy-service bot removed the s/no-recent-activity Issue has had no recent activity label Apr 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-layout StackLayout, GridLayout, ContentView, AbsoluteLayout, FlexLayout, ContentPresenter platform/iOS 🍎 potential-regression This issue described a possible regression on a currently supported version., verification pending s/needs-repro Attach a solution or code which reproduces the issue s/triaged Issue has been reviewed t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants