Hi,
with the new Actipro Ribbon (for WPF) 2012.2 build 0570, I have the following issue:
If you embed a menu inside an another one, the buttons are not highlighted when the mouse is over.
Here is the code reproducing the problem:
<ribbon:Group Label="Group Foo">
<ribbon:StackPanel >
<ribbon:PopupButton Label="Foo" >
<ribbon:Menu>
<ribbon:Separator Label="Items1" />
<ribbon:Menu>
<ribbon:Button Context="MenuItem" Label="Foo1" />
</ribbon:Menu>
</ribbon:Menu>
</ribbon:PopupButton>
</ribbon:StackPanel>
</ribbon:Group>
I tested this same code with Actipro Ribbon (for WPF) 2012.1 build 0560, and this code is working well.
I can send you the full application if you need to.
Best regards,