View Issue Details

IDProjectCategoryView StatusLast Update
0003820NoesisGUIC# SDKpublic2025-11-12 16:12
Reporterizzyb Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status resolvedResolutionfixed 
Product Version3.2.4 
Target Version3.2.11Fixed in Version3.2.11 
Summary0003820: Tooltips don't appear for context menu items
Description

From forum post: https://www.noesisengine.com/forums/viewtopic.php?t=3512

I'm trying to add tooltips to context menu items, but finding that I can't get them to appear. Tooltips appear normally when I specify them on most other elements, but something with ContextMenu seems to prevent them from showing.

Steps To Reproduce

I'm able to reproduce it in Unity and XAML toy with this snippet:

<Button Width="300" Height="300">
<Button.ContextMenu>
<ContextMenu>
<MenuItem Header="OPTION 1" ToolTip="Option 1 tooltip"/>
<MenuItem Header="OPTION 2" ToolTip="Option 2 tooltip"/>
</ContextMenu>
</Button.ContextMenu>
</Button>

PlatformAny

Activities

izzyb

izzyb

2025-11-03 20:33

reporter   ~0011347

Hi. Bumping this up to major on our end. We still hope to be able to add context menus to our tooltips for a lot of our social/friend/party related menus. We've held off on implementing the tooltips on these context menus until this feature is ready but are curious if there's any plans or schedule to add it?

sfernandez

sfernandez

2025-11-12 16:12

manager   ~0011380

Fixed in changeset r16291

Issue History

Date Modified Username Field Change
2024-11-22 19:28 izzyb New Issue
2024-11-22 19:28 izzyb Tag Attached: ContextMenu
2024-11-22 19:28 izzyb Tag Attached: tooltip
2024-11-25 16:44 jsantos Assigned To => sfernandez
2024-11-25 16:44 jsantos Status new => assigned
2024-11-25 16:44 jsantos Target Version => 3.2.7
2025-01-20 17:42 jsantos Target Version 3.2.7 => 3.2.8
2025-06-06 12:52 jsantos Target Version 3.2.8 => 3.2.9
2025-10-02 00:48 jsantos Target Version 3.2.9 => 3.2.10
2025-10-20 18:25 jsantos Target Version 3.2.10 => 3.2.11
2025-11-03 20:33 izzyb Severity minor => major
2025-11-03 20:33 izzyb Note Added: 0011347
2025-11-12 16:12 sfernandez Status assigned => resolved
2025-11-12 16:12 sfernandez Resolution open => fixed
2025-11-12 16:12 sfernandez Fixed in Version => 3.2.11
2025-11-12 16:12 sfernandez Note Added: 0011380