Hi there,
These days we updating from version 2010.1.521 to 2013.1.0583. It seems that everything works fine except the QAT:
After a ribbon button is added to the QAT, users clicking it does not trigger the expected operation and the cloned button in QAT does synchronize its enable/disable state with the original button in the ribbon tab.
We use command in the ribbon buttons. Is it possible the commands dependency property is not cloned properly in the new version? Following is a sample ribbon button in our app.
<ribbon:Button Command="{Binding CallDialCommand}" ImageSourceLarge="../Images/CallDial.ico" MinWidth="50" ImageSourceSmall="../Images/CallDial.ico" Label="Dial" KeyTipAccessText="D" ScreenTipDescription="Call dial. Shortcut Keys: Ctl+L" />
By the way, in our application the Ribbon window works as a host parent window who contains the parent ribbon and the application menu items inside it. Other ribbon tabs/buttons (for example the above CallDial ribbon button) are added by some plugins loaded by the host at run time. The application menu items cloned to the QAT still work fine, while, those buttons added at run time stop working in the version 2013.1.0583.
Thanks,
Roger