View Issue Details

IDProjectCategoryView StatusLast Update
0000909NoesisGUIUnitypublic2018-11-23 12:13
Reporterroland.tomczak Assigned Tojsantos  
PrioritynormalSeveritymajor 
Status feedbackResolutionopen 
Product Version1.2.6f3 
Summary0000909: ClipToBounds issue
Description

The issue occurs on a Samsung Galaxy Tab 3 8' (2013).

ClipToBounds on a screen-sized item prevent the item to render : The item is simply not displayed. The issue occurs on the GUIPanel being associated with the main camera (but if I render the camera to a texture, I don't have the issue).

I don't have the issue on smaller items. I don't have the issue on Lenovo Yoga Tab 3, or on my Samsung Galaxy S6.

For now, my only workaround is to overlap two black rectangles over the viewbox (cf repro) in order to "hide" the non-clipped part of the screen.

Steps To Reproduce

The problem occured with this very simple snippet :

This very simple snippet :
<UserControl>
<Grid>
<Viewbox x:Name="vbxMain">
<Grid Width="1280" Height="800" ClipToBounds='true'>
<Rectangle Width="Auto" Height="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
</Grid>
</Viewbox>
</Grid>
</UserCOntrol>

The same with (ClipToBounds is set to the viewbox, not on its content):

<UserControl>
<Grid>
<Viewbox x:Name="vbxMain" ClipToBounds='true'>
<Grid Width="1280" Height="800">
<Rectangle Width="Auto" Height="Auto" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" />
</Grid>
</Viewbox>
</Grid>
</UserCOntrol>

PlatformAny

Activities

sfernandez

sfernandez

2018-11-23 12:13

manager   ~0005341

Is this still being an issue with the latest 2.1 version?

Issue History

Date Modified Username Field Change
2016-06-11 14:52 roland.tomczak New Issue
2016-06-15 13:04 sfernandez Assigned To => sfernandez
2016-06-15 13:04 sfernandez Status new => assigned
2018-11-01 02:14 jsantos View Status public => private
2018-11-21 13:15 jsantos View Status private => public
2018-11-21 13:15 jsantos Platform => Any
2018-11-21 13:16 jsantos Target Version => 2.2.0
2018-11-23 12:13 sfernandez Assigned To sfernandez => jsantos
2018-11-23 12:13 sfernandez Status assigned => feedback
2018-11-23 12:13 sfernandez Target Version 2.2.0 =>
2018-11-23 12:13 sfernandez Note Added: 0005341
2025-10-10 13:29 jsantos Category Unity3D => Unity