View Issue Details

IDProjectCategoryView StatusLast Update
0004082NoesisGUIStudiopublic2025-10-28 14:22
Reporterdstewart Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status assignedResolutionopen 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004082: ComboBox Padding In Localization Demo is Non-Functional
Description

I somewhat assume that this is occuring as a result of a combination of 0004081: ComboBox Elements Break Apart When Made Into A Template and something that occured in the migration from Blend to Studio, but reporting just in case this is not it:

IMPORTANT: Please sync this Project before commit b6e3611since the padding issues listed below have been semi-resolved in this project specifically with some Bindings.
In the Localization sample within the MiniShowcases, the ComboBox that serves as the Language Selector has a Padding Property Value, which according to the orange colouring of it, we know comes from a Style.

1) At the Page-level, adjust any of the current Padding values.
Observe how the language text does not change position, despite the Style values being overwritten.

2) Click on the Padding Property's '3-Dot' menu, and click on the 'Edit Resource' arrow to go edit the Style directly.
This will open the Style in an isolated Style Dummy Editor view.

3) Within the Style, adjust the Padding values.
Observe how the language text still does not change position.
(I assume this is due to a breakage where the Binding for 'Padding' was destroyed coming to Studio)

PlatformAny

Relationships

related to 0004081 assignedsfernandez ComboBox Elements Break Apart When Made Into A Template 

Activities

dstewart

dstewart

2025-10-28 14:22

developer   ~0011262

Following has been fixed and removed, but rest still applies:

  • Infinite Style Dummy Editors

1) At the Page-level, adjust any of the current Padding values.
Observe how the language text does not change position, despite the Style values being overwritten.

2) Click on the Padding Property's '3-Dot' menu, and click on the 'Edit Resource' arrow to go edit the Style directly.
This will open the Style in an isolated Style Dummy Editor view.

3) Within the Style, adjust the Padding values.
Observe how the language text still does not change position.
(I assume this is due to a breakage where the Binding for 'Padding' was destroyed coming to Studio)

4) Within the Style: Click on the Padding Property's '3-Dot' menu, and click on the 'Edit Resource' arrow to go edit the Style directly.

5) Repeat Step 4) 10 times.

6) Exit the Style by clicking on the 'back' arrow in the Style's Dummy Editor's.
Observe how the same Style has been opened multiple times, requiring 10 clicks to exit this Style's dummy editor and returning back to the MainPage.

Expected Result: Opening a Style whilst its already open, does not 'stack' instances of it on top of itself, but instead, only keeps one instance of itself open at once.

Issue History

Date Modified Username Field Change
2025-04-22 14:51 dstewart New Issue
2025-04-22 14:51 dstewart Relationship added related to 0004081
2025-04-22 15:53 dstewart Description Updated
2025-04-23 14:54 jsantos Assigned To => sfernandez
2025-04-23 14:54 jsantos Status new => assigned
2025-04-23 14:54 jsantos Target Version => Studio_Beta
2025-10-28 14:22 dstewart Summary ComboBox Padding In Localization Demo is Non-Functional + Infinite Style Dummy Editors => ComboBox Padding In Localization Demo is Non-Functional
2025-10-28 14:22 dstewart Description Updated
2025-10-28 14:22 dstewart Note Added: 0011262