View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002358 | NoesisGUI | Unreal | public | 2022-06-08 11:04 | 2022-06-16 13:01 |
Reporter | sfernandez | Assigned To | sfernandez | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.4 | ||||
Target Version | 3.1.5 | Fixed in Version | 3.1.5 | ||
Summary | 0002358: 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". | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
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 |