From 7bee2c7cfa08b364bfc24f6ca224f465ca479e90 Mon Sep 17 00:00:00 2001 From: "Julia.Svinareva" Date: Wed, 22 May 2024 17:30:45 +0300 Subject: [PATCH] [DE PE SSE PDF] Fix bug 67599 --- apps/common/main/lib/component/Button.js | 1 + apps/documenteditor/main/app/template/StatusBar.template | 4 ++-- apps/pdfeditor/main/app/template/StatusBar.template | 4 ++-- apps/presentationeditor/main/app/template/StatusBar.template | 4 ++-- apps/spreadsheeteditor/main/app/template/StatusBar.template | 4 ++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/apps/common/main/lib/component/Button.js b/apps/common/main/lib/component/Button.js index 66b2ea6ad2..fba2d3d679 100644 --- a/apps/common/main/lib/component/Button.js +++ b/apps/common/main/lib/component/Button.js @@ -630,6 +630,7 @@ define([ if (me.menu) { $('[data-toggle^=dropdown]', el).attr('aria-haspopup', 'menu'); + $('[data-toggle^=dropdown]', el).attr('aria-expanded', false); } if (!me.caption && me.options.hint) { diff --git a/apps/documenteditor/main/app/template/StatusBar.template b/apps/documenteditor/main/app/template/StatusBar.template index b17b727d11..3913be9385 100644 --- a/apps/documenteditor/main/app/template/StatusBar.template +++ b/apps/documenteditor/main/app/template/StatusBar.template @@ -30,8 +30,8 @@ -
-