View Issue Details

IDProjectCategoryView StatusLast Update
0001125NoesisGUIC# SDKpublic2018-11-22 10:16
Reporterpbastia Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product Version2.0.2f2 
Summary0001125: ComboBox with complex item doesn't render in the main box
Description

Hi,

I am having trouble using the combobox in Unity3D, with more complex items (more than just a label or plain text). The selected object doesn't render in the main control, only in the expanding list. (see attached images)
However, Noesis behaves properly when using an itemtemplate.

Thanks a lot!

Steps To Reproduce

<ComboBox Width="80" Height="40">
<ComboBoxItem IsSelected="True">
<StackPanel Orientation="Horizontal" Background="Yellow">
<Label Content="123" Padding="6,4"/>
<Label Content="123" Padding="6,4"/>
</StackPanel>
</ComboBoxItem>
<ComboBoxItem>
<StackPanel Orientation="Horizontal" Background="MediumPurple">
<Label Content="456" Padding="6,4"/>
<Label Content="456" Padding="6,4"/>
</StackPanel>
</ComboBoxItem>
<ComboBoxItem>
<StackPanel Orientation="Horizontal" Background="ForestGreen">
<Label Content="789" Padding="6,4"/>
<Label Content="789" Padding="6,4"/>
</StackPanel>
</ComboBoxItem>
</ComboBox>

Attached Files
combo_closed.png (1,188 bytes)   
combo_closed.png (1,188 bytes)   
combo_open.png (2,269 bytes)   
combo_open.png (2,269 bytes)   
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2017-07-24 17:33 pbastia New Issue
2017-07-24 17:33 pbastia File Added: combo_closed.png
2017-07-24 17:33 pbastia File Added: combo_open.png
2018-11-01 02:14 jsantos View Status public => private
2018-11-22 10:16 sfernandez Assigned To => sfernandez
2018-11-22 10:16 sfernandez Status new => assigned
2018-11-22 10:16 sfernandez View Status private => public
2018-11-22 10:16 sfernandez Steps to Reproduce Updated
2018-11-22 10:16 sfernandez Platform => Any