View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003820 | NoesisGUI | C# SDK | public | 2024-11-22 19:28 | 2024-11-25 16:44 |
Reporter | izzyb | Assigned To | sfernandez | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.2.4 | ||||
Target Version | 3.2.7 | ||||
Summary | 0003820: 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> | ||||
Tags | ContextMenu, tooltip | ||||
Platform | Any | ||||
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 |