I seem to be experiencing some odd behavior and I am wondering if it is reproducable on anyone elses machine.
I am using Infragistics for WPF version 8.1.2008.2036
The following is placed within a ribbon group on a ribbon tab.
<igRibbon:MenuTool Caption="Test">
<igRibbon:MenuTool.ToolTip>
<igRibbon:XamRibbonScreenTip>This is the caption for the test menu item</igRibbon:XamRibbonScreenTip>
</igRibbon:MenuTool.ToolTip>
<igRibbon:ButtonTool Caption="NoTooltip" />
</igRibbon:MenuTool>
When moused over the NoTooltip button, I am getting the tooltip from the higher level menu tool. Even further, if I have a gallerytool and hover over borders in it it is doing the same thing.
Thanks, I reported the bug.
This sounds like a bug. It's probably because the MenuTool is the logical parent of the button tool (i.e. its in its ancestor chain). I would recommend submitting the issue to the support group.