View Issue Details

IDProjectCategoryView StatusLast Update
0002741NoesisGUIStudiopublic2023-10-23 13:38
Reportersfernandez Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Target VersionStudio_Alpha 
Summary0002741: Incorrect vertical margins when moving or resizing elements
Description

Create a Grid of 100px height, then add a 100x100 Rectangle inside, then drag the Rectangle vertically inside the Grid.
When the Rectangle is near the the top or bottom edges of the Grid the calculated margins are clipping the Rectangle (see attached image).

Attached Files
marginbug.png (32,840 bytes)   
marginbug.png (32,840 bytes)   
PlatformAny

Activities

dfranjic

dfranjic

2023-10-23 13:28

developer   ~0008862

This is fixed with the r12859.
The horizontal/vertical alignment value is now calculated differently. For example, if the element is moved outside of the parent on the top side, the element's VerticalAlignment is going to be set to Top, regardless of the fact that the element also crosses the center of it's parent's bounds.
Second, the margin calculation is also a bit different when the element's Horizontal/VerticalAlignment is set to Center.

Issue History

Date Modified Username Field Change
2023-10-20 14:31 sfernandez New Issue
2023-10-20 14:31 sfernandez File Added: marginbug.png
2023-10-20 14:31 sfernandez Target Version => Studio_Alpha
2023-10-20 21:50 dfranjic Assigned To => dfranjic
2023-10-20 21:50 dfranjic Status new => assigned
2023-10-23 13:28 dfranjic Note Added: 0008862
2023-10-23 13:38 dfranjic Status assigned => resolved
2023-10-23 13:38 dfranjic Resolution open => fixed