View Issue Details

IDProjectCategoryView StatusLast Update
0001629NoesisGUIUnitypublic2020-02-25 13:05
Reporterriveranb Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version2.2.4 
Target Version3.0.0Fixed in Version3.0.0 
Summary0001629: Get exceptions when using TextBox in MenuItem or overflow ToolBar
Description

Uses TextBox in a ToolBar with "ToolBar.OverflowMode"="AsNeeded" or inside MenuItem, I get the exceptions in Unity when that TextBox is in overflow mode.
And TextBox seems still working well.

example xaml snippet

<ContextMenu>
...
<MenuItem>
<MenuItem.Header>
<Border>
<TextBox Width="50" Height="20"/>
</Border>
</MenuItem.Header>
</MenuItem>
</ContextMenu>

Steps To Reproduce

Create TextBox inside MenuItem
Try it in Unity editor

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-02-25 08:53 riveranb New Issue
2020-02-25 08:53 riveranb Tag Attached: Unity
2020-02-25 13:05 sfernandez Assigned To => sfernandez
2020-02-25 13:05 sfernandez Status new => assigned
2020-02-25 13:05 sfernandez Fixed in Version => 3.0.0
2020-02-25 13:05 sfernandez Target Version => 3.0.0
2020-02-25 13:05 sfernandez Status assigned => resolved
2020-02-25 13:05 sfernandez Resolution open => fixed
2025-10-10 13:29 jsantos Category Unity3D => Unity