View Issue Details

IDProjectCategoryView StatusLast Update
0004084NoesisGUIStudiopublic2025-04-22 19:35
Reporterdstewart Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004084: Duplicating A Border with a Skew Transform Positions It In a Different Position To Its Original
Description

Currently, if you duplicate a Border with a Skew Transform, it positions it in a completely different position to the duplicated Border, despite all Properties being exactly the same between both Elements.

See attached video.

Repro Steps:

1) Create a Project featuring a MainPage.xaml
2) Introduce a Border Element to the root Grid, dimension it 512x256, remove its Border Colour and Thickness, apply any Colour as the Background, and skew it to -32 on the X-Axis.
3) Duplicate this Border Element, and change the Colour of the duplicate.

Observe how the original, and the duplicate are in different positions on-Stage despite sharing the exact same Properties relating to sizing, alignment, positioning, etc...

Expected Results: Duplicating an Element creates an exact copy, in the exact same position (provided not within a Layout Element that would impact positioning, of course)

TagsNo tags attached.
Attached Files
PlatformAny

Activities

dfranjic

dfranjic

2025-04-22 19:29

developer   ~0010523

RenderTransformOrigin wasn't being applied in the XAML code on first modification of transform (while it was applied in the objects themselves). So duplicating the element didn't duplicate the origin.

Issue History

Date Modified Username Field Change
2025-04-22 16:54 dstewart New Issue
2025-04-22 16:54 dstewart File Added: 2025-04-22 10-50-10.mp4
2025-04-22 19:29 dfranjic Assigned To => dfranjic
2025-04-22 19:29 dfranjic Status new => resolved
2025-04-22 19:29 dfranjic Resolution open => fixed
2025-04-22 19:29 dfranjic Note Added: 0010523
2025-04-22 19:35 jsantos Target Version => Studio_Beta