View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003530 | NoesisGUI | Studio | public | 2024-07-18 15:49 | 2025-10-30 15:34 |
| Reporter | dstewart | Assigned To | sfernandez | ||
| Priority | normal | Severity | major | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | Studio_Alpha | ||||
| Target Version | Studio_Beta | ||||
| Summary | 0003530: 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. 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]. 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. | ||||
| Platform | Any | ||||
| 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 |