Hi,
I have a weird issue with the ribbon menus.
I have a ribbon configured in this way
<telerik:RadRibbonBar ID="RadRibbonBar1" runat="server"> <Tabs> <telerik:RibbonBarTab runat="server" Text="tab1"> <telerik:RibbonBarGroup Text="group1"> <Items> <telerik:RibbonBarMenu Size="Large" Text="menu1"> <Items> <telerik:RibbonBarMenuItem Text="submenu1"> <Items> <telerik:RibbonBarMenuItem Text="item1"></telerik:RibbonBarMenuItem> <telerik:RibbonBarMenuItem Text="item2"></telerik:RibbonBarMenuItem> </Items> </telerik:RibbonBarMenuItem> <telerik:RibbonBarMenuItem Text="submenu2"></telerik:RibbonBarMenuItem> </Items> </telerik:RibbonBarMenu> </Items> </telerik:RibbonBarGroup> </telerik:RibbonBarTab> </Tabs> </telerik:RadRibbonBar>- Click on the menu1 item, the menu opens
- Move the mouse over the submenu1 item, the submenu opens
- Now move the mouse over the submenu2 item, the previous submenu closes
- Move again the mouse over submenu1, the submenu DOESNT open anymore!
Tested on 2015.2.623.40 and 2015.2.623.45
Any idea on how to fix this?
Thanks
