@syncfusion/ej2-ribbon 33.2.5 → 33.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4844,7 +4844,7 @@ let Ribbon = Ribbon_1 = class Ribbon extends Component {
4844
4844
  this.scrollModule.scrollStep = scrollEle.offsetWidth;
4845
4845
  }
4846
4846
  if (this.activeLayout === 'Simplified') {
4847
- const activePopups = document.querySelectorAll('.e-ribbon .e-dropdown-btn.e-active, .e-ribbon-group-overflow-ddb .e-dropdown-btn.e-active');
4847
+ const activePopups = document.querySelectorAll('.e-ribbon .e-dropdown-btn.e-active[aria-expanded="true"], .e-ribbon-group-overflow-ddb .e-dropdown-btn.e-active[aria-expanded="true"]');
4848
4848
  const colorPickerPopups = document.querySelectorAll('.e-ribbon .e-colorpicker-wrapper.e-ribbon-control.e-ribbon-open .e-colorpicker, .e-ribbon-group-overflow-ddb .e-colorpicker-wrapper.e-ribbon-control.e-ribbon-open .e-colorpicker');
4849
4849
  activePopups.forEach((popup) => {
4850
4850
  const dropDownBtn = getInstance(popup, DropDownButton);