Skip to content

Bottomsheet not covering TabbedPage #281

@AlleSchonWeg

Description

@AlleSchonWeg

Description

Hi,
atm i using the Devexpress Bottomsheet. This Bottomsheet and https://github.com/the49ltd/The49.Maui.BottomSheet covers the TabbedPage. But not the Syncfusion Bottomsheet:
Image

Devexpress:
Image

The BottomSheet should cover the TabbedPage.

Thank you.

Steps to Reproduce

Here are the test xaml:

	<ContentPage.ToolbarItems>
		<ToolbarItem Text="Popup"
					 Clicked="ToolbarItem_Clicked" />
		<ToolbarItem Text="BottomSheet"
					 Clicked="ToolbarItem_Clicked_1" />
	</ContentPage.ToolbarItems>
	<ContentPage.Content>
		<AbsoluteLayout x:Name="ContainerView"
						BackgroundColor="BlueViolet">
			<Label Text="Hallo Page"
				   AbsoluteLayout.LayoutFlags="PositionProportional"
				   AbsoluteLayout.LayoutBounds="0.5,0.5"></Label>
			<sft:SfPopup x:Name="myPopup"
						 ShowFooter="False"
						 AnimationMode="SlideOnBottom"
						 AnimationDuration="300"
						 ShowCloseButton="True"
						 RelativeView="{x:Reference ContainerView}"
						 RelativePosition="AlignBottom">
				<sft:SfPopup.PopupStyle>
					<!--Styleänderungen nicht zur Laufzeit: https://help.syncfusion.com/maui-toolkit/popup/styles#limitations-->
					<sft:PopupStyle OverlayColor="#80000000"
									CloseIconColor="Green" />
				</sft:SfPopup.PopupStyle>
			</sft:SfPopup>
			<sft:SfBottomSheet IsOpen="False"
							   x:Name="bottomSheet">
				<sft:SfBottomSheet.BottomSheetContent>
					<Label Text="BottomSheet Content"></Label>
				</sft:SfBottomSheet.BottomSheetContent>
			</sft:SfBottomSheet>
		</AbsoluteLayout>
	</ContentPage.Content>

.NET Version

.NET 9.0

Version with bug

1.0.7

Is this a regression from previous behavior?

Not sure, haven't tested other versions

Last Known Working Version

1.0.6

Affected platforms

Android

Affected Platform Versions

No response

Have you found a workaround?

No response

Relevant log output

Metadata

Metadata

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions