Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
745
MenuTool and ToolTip within the ribbon control. Bug?
posted

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.

Parents
No Data
Reply Children