View Issue Details

IDProjectCategoryView StatusLast Update
0002358NoesisGUIUnrealpublic2022-06-16 13:01
Reportersfernandez Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.1.4 
Target Version3.1.5Fixed in Version3.1.5 
Summary0002358: Popups contents cannot fill the entire screen
Description

The following xaml will show Popup contents clipped on the bottom:

    <Decorator x:Name="MenuPanelPosition" Grid.Column="2" Grid.RowSpan="3"/>
<Popup IsOpen="{Binding IsChecked, ElementName=show}" StaysOpen="False" AllowsTransparency="True"
Placement="RelativePoint" PlacementTarget="{Binding ElementName=MenuPanelPosition}" Grid.ColumnSpan="3">
<Border Background="#80808080" Width="{Binding ActualWidth, ElementName=MenuPanelPosition}" Height="{Binding ActualHeight, ElementName=MenuPanelPosition}"/>
</Popup>

It fills the entire screen only when using Placement "Center" or "Absolute".

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-06-08 11:04 sfernandez New Issue
2022-06-08 11:04 sfernandez Assigned To => sfernandez
2022-06-08 11:04 sfernandez Status new => assigned
2022-06-08 11:04 sfernandez Target Version => 3.1.5
2022-06-16 13:01 sfernandez Status assigned => resolved
2022-06-16 13:01 sfernandez Resolution open => fixed
2022-06-16 13:01 sfernandez Fixed in Version => 3.1.5