View Issue Details

IDProjectCategoryView StatusLast Update
0003409NoesisGUIStudiopublic2024-06-17 16:12
Reporterfllorens Assigned Todfranjic  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product VersionStudio_Alpha 
Target VersionStudio_Alpha 
Summary0003409: Creating a button's template show a weird context binding for the Content Presenter
Description

(0.0.125) as seen here: https://youtu.be/aTRKUV3u_Tw?feature=shared&t=847
A newly created Button Template shows a strange binding in the ContentPresenter's Horizontal and Vertical alignment properties.

Steps To Reproduce
  1. Create a new button's template
  2. Edit it and select the ContentPresenter.
  3. Go to properties panel >layout and take a loot to the weird bindings
PlatformAny

Activities

dfranjic

dfranjic

2024-06-17 16:12

developer   ~0009715

It's because the premade template uses {TemplateBinding} and we didn't support showing that in UI so it defaulted to Context tab in the Binding editor. Now it shows in Relative tab and Mode=TemplatedParent.

Issue History

Date Modified Username Field Change
2024-06-17 15:47 fllorens New Issue
2024-06-17 15:55 dfranjic Assigned To => dfranjic
2024-06-17 15:55 dfranjic Status new => assigned
2024-06-17 16:01 jsantos Product Version => Studio_Alpha
2024-06-17 16:01 jsantos Target Version => Studio_Alpha
2024-06-17 16:12 dfranjic Status assigned => resolved
2024-06-17 16:12 dfranjic Resolution open => fixed
2024-06-17 16:12 dfranjic Note Added: 0009715