-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[regression/8.0.0] TabbedPage: Child Content overlapping Tabbed Page Menu #18096
Comments
@Jean-RochSDX if you try toggling this setting https://learn.microsoft.com/en-us/dotnet/maui/ios/platform-specifics/page-safe-area-layout does it start to work for you? |
Related #17224 |
@PureWeen Enabling or disabling the safe area is not making any difference. |
Hi @Jean-RochSDX. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. 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. |
Description
On .NET 8 when showing a scrolling list in a TabbedPage, the child content is overlapping the Tabbed Page Menu.
NET7:
NET8:
Steps to Reproduce
Download project from: https://github.com/Jean-RochSDX/TabbedPageBug
Set solution configuration to "ReleaseNET8"
Run the app and observe the bug.
You can also set the configuration to "ReleaseNET7" to compare the result with .NET7 where it is working.
Link to public reproduction project repository
https://github.com/Jean-RochSDX/TabbedPageBug
Version with bug
8.0.0-rc.2.9373
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
7.0.96
Affected platforms
iOS
Affected platform versions
iOS 17
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: