1. When populating from xml file submenus are not created
Submenu1 and Submenu2 are created at the same hierarchical level
2. Ribbonbar arrow icon disappear after upgrading from 2013Q1 to 2013Q3 (attachment included)
I think this is caused by this css class .rrbButtonArrow
<?xml version="1.0" encoding="utf-8" ?><RibbonBar > <Tab Text="" Width="0" Height="0"> <Group Text="Group1"> <Menu ID="Menu1" runat="server" Size="Large" Text="Menu1" ImageUrl="" > <MenuItem ID="Submenu1" runat="server" Text="Submenu1" ImageUrl=""> <MenuItem ID="Submenu2" runat="server" Text="Submenu2" ImageUrl=""> </MenuItem> </MenuItem> </Menu> </Group> </Tab></RibbonBar>2. Ribbonbar arrow icon disappear after upgrading from 2013Q1 to 2013Q3 (attachment included)
I think this is caused by this css class .rrbButtonArrow