View Issue Details

IDProjectCategoryView StatusLast Update
0003371NoesisGUIStudiopublic2025-10-29 11:02
Reporterdstewart Assigned Tomaherne  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product VersionStudio_Alpha 
Target VersionStudio_Beta 
Summary0003371: ComboBox Properties Do Not Clearly Demonstrate Dependencies Between Eachother
Description

I would propose that we perform two actions to more clearly demonstrate the dependencies of the ComboBox's properties:

1) Disabling the "Text" field when "Editable" is disabled.
Technically when it is disabled, nor the developer, nor the user should have the ability to edit this 'Text' content.

2) Re-Ordering the Properties to better reflect the order of operations for a Designer to:
-Placeholder (the most immediately visible aspect of this element's content, and in a lot of ways, somewhat serves as the "Content" field of other elements)
-Editable (required to 'unlock' the two following options)
-Text
-Stay Open on Edit
-Items Source
-{Advanced}

Steps To Reproduce

Repro Steps:

1) Create a Page
2) From the Add Elements Panel, add a ComboBox to the page.
3) Observe how the "Text" property is editable and accessible even if a situation where the "Editable" property is set to False.

PlatformAny

Activities

dstewart

dstewart

2025-10-29 11:02

developer   ~0011279

Adding onto the above, what also appears to happen is that if a "Text" Property's field is filled in manually:
If the "Editable" Property is ticked on, then the Page is 'Played', whatever text was written in the "Text" field, gets wiped from the Properties, from the Stage, but is still present in the XAML.

However, if the "Editable" Propert is ticked on, the "Text" Field is filled in, then the Page is 'Played', the Text will not get wiped.

Issue History

Date Modified Username Field Change
2024-06-07 19:16 dstewart New Issue
2024-06-09 17:32 dfranjic Assigned To => maherne
2024-06-09 17:32 dfranjic Status new => assigned
2024-06-10 12:26 jsantos Target Version => Studio_Alpha
2025-04-02 11:09 sfernandez Target Version Studio_Alpha => Studio_Beta
2025-10-29 11:02 dstewart Note Added: 0011279