@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.
@@ -5284,7 +5284,7 @@ var Ribbon = /** @__PURE__ @class */ (function (_super) {
5284
5284
  this.scrollModule.scrollStep = scrollEle.offsetWidth;
5285
5285
  }
5286
5286
  if (this.activeLayout === 'Simplified') {
5287
- var activePopups = document.querySelectorAll('.e-ribbon .e-dropdown-btn.e-active, .e-ribbon-group-overflow-ddb .e-dropdown-btn.e-active');
5287
+ var 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"]');
5288
5288
  var 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');
5289
5289
  activePopups.forEach(function (popup) {
5290
5290
  var dropDownBtn = getInstance(popup, DropDownButton);