-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Grid with SafeAreaEdges=Container has incorrect size when tab bar appears #34256
Copy link
Copy link
Open
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutarea-safeareaIssues/PRs that have to do with the SafeArea functionalityIssues/PRs that have to do with the SafeArea functionalitypartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-shellShell Navigation, Routes, Tabs, FlyoutShell Navigation, Routes, Tabs, Flyoutarea-safeareaIssues/PRs that have to do with the SafeArea functionalityIssues/PRs that have to do with the SafeArea functionalitypartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Empty space appears at the bottom of the page when navigating from a page which has the tab bar hidden to a page which has the tab bar visible.
Steps to Reproduce
Tabpage with the following layout:Root Grid layout with
SafeAreaEdges="None"and place anotherGrid(with defaultSafeAreaEdgeswhich isContainer) inside with a long ScrollView in it.HiddenTabBarPage.HiddenTabBarPage. For example:Shell.Current.Navigation.PushAsync(new HiddenTabBarPage());HiddenTabBarPageand go backActual result:
Empty space appears between the nested Grid and the tab bar.
Link to public reproduction project repository
https://github.com/oleh-kaliuzhnyi/SafeAreaContainerIncorrectSize
Version with bug
10.0.40
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
Android API 36
Did you find any workaround?
Content.SizeChangedevent of the page which has the tab bar visible.All.NoneRelevant log output