diff --git a/kdots/js/EgwFramework.ts b/kdots/js/EgwFramework.ts index dc9659728b..e9a8ae25de 100644 --- a/kdots/js/EgwFramework.ts +++ b/kdots/js/EgwFramework.ts @@ -134,6 +134,12 @@ export class EgwFramework extends LitElement // Init timer this.egw.add_timer('topmenu_info_timer'); + + // Deal with bug where avatar menu does not position correctly + this.getEgwComplete().then(() => + { + (this.querySelector("#topmenu_info_user_avatar"))?.popup?.dispatchEvent(new Event("slotchange")); + }); } /**