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
345
Arrow navigation issues on ToolMenuItem
posted

I have a XamRibbon with several MenuTool inside.

Below is my sample codes:

<igRibbon:MenuTool igRibbon:RibbonGroup.MaximumSize="ImageOnly"
ButtonType="Segmented" KeyboardNavigation.DirectionalNavigation="Cycle"
Click="MenuTool_Click">
<igRibbon:MenuTool.SmallImage>
<BitmapImage UriSource="/WpfApplication2;component/Resources/rebalance_session_16.png" />
</igRibbon:MenuTool.SmallImage>
<igRibbon:ToolMenuItem Header="h1"/>
<igRibbon:ToolMenuItem Header="Hello1" />
</igRibbon:MenuTool>

but when i try to use up/down key to navigation among the tool menu item, the focus and highlight are messed up.

Any ideas about this please?

Parents
  • 2155
    Offline posted

    Hello Power,

    I have investigated your issue, and I have asked our engineering staff to examine arrow key navigation issues on ToolMenuItem further.
    To ensure that it will receive attention, I have logged this behavior in our internal tracking system with a Development ID of #228962.

    So I’ve created a case for you CAS-178970-P8G6F1 and will update you for the progress of this issue via the mentioned case.
    You could reach your case following the link below:

    https://es.infragistics.com/my-account/support-activity

    Thank you for using Infragistics Components.


    Thank you,
    Mihoko Kamiishi

Reply Children