Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,


we have found a bug with Quick Access Toolbar (QAT) when changing localisation of our application. When closing our application, we are serializing current state of QAT using Ribbon.SaveRibbonState. That serialized state is opened when starting application again. Problem is, that QAT items are being serialized using their Label, which can be different in different languages. We are even using UniqueItemName, but it is not used by serialisation (it probably has been in the past). Interresting is, that QAT items that are not part of the Ribbon will completelly dissapear. They are not present even in More Commands dialog of QAT (despite being present before localisation change). Items that have same Label in both languages we are using are not affected by this bug.

Regards,

Jozef