View Issue Details

IDProjectCategoryView StatusLast Update
0003530NoesisGUIStudiopublic2025-10-30 15:34
Reporterdstewart Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product VersionStudio_Alpha 
Target VersionStudio_Beta 
Summary0003530: Image Element Won't Register a Height Property Value Unless a Source is Specified
Description

Currently, when introducing an Image element to a Page, without having a Source assigned, you are able to input a Width Value, and the image's bounding box will resize to the specified Width.

However, when the same operation is performed on the Height property, the initial value is registered, but is unregistered as soon as the element is clicked off.

This looks to be specific to the Height value, as even simply inputting a Height value on an Image element without touching any other properties, collapses the entire element to a 0-dimension object on-Stage.

Steps To Reproduce

Repro Steps:

1) Prepare a bitmap image, and include it in the project root.
2) Create a Page
3) Introduce an Image Element to the Page, and select it.
4) Input a Height value into the Image's Height Property, and press [Enter].
5) Click on the Width property, or, click on the RootGrid, then click on the Image once again.

Observe that the Height property collapses to 0 and ignore the input value.

5) Select the Image, and in the 'Source' field, select a bitmap image.

6) Input a Height value into the Image's Height Property, and press [Enter].
7) Click on the Width property, or, click on the RootGrid, then click on the Image once again.

Observe that the Height property is retained, and stays in place.

Expected Results: Image Elements that do not contain a Source are still able to be sized to a specific dimension, and occupy that space on-screen.

PlatformAny

Activities

dstewart

dstewart

2025-10-30 15:34

developer   ~0011309

Issue no longer occurs as of 0.1.244

Issue History

Date Modified Username Field Change
2024-07-18 15:49 dstewart New Issue
2024-07-18 16:00 jsantos Assigned To => sfernandez
2024-07-18 16:00 jsantos Status new => assigned
2024-07-18 16:01 jsantos Target Version => Studio_Alpha
2025-04-02 11:08 sfernandez Target Version Studio_Alpha => Studio_Beta
2025-10-30 15:34 dstewart Status assigned => resolved
2025-10-30 15:34 dstewart Resolution open => fixed
2025-10-30 15:34 dstewart Note Added: 0011309