From 8b076597b37ea9383f2d050aadfa956342e02dfd Mon Sep 17 00:00:00 2001 From: Engiber Lozada <89547469+engijlr@users.noreply.github.com> Date: Thu, 13 Nov 2025 21:37:54 +0100 Subject: [PATCH] Entity Sign: Improve Firefox visibility and add focus support. (#20733) * Chenged right and left position of the infobox. * Added focus support to open the modal. * Moved tabindex out the constructor and added support for enter and space keys. --- .../core/entity-sign/components/entity-sign-bundle.element.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/components/entity-sign-bundle.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/components/entity-sign-bundle.element.ts index 731e8ba923..a872df301c 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/components/entity-sign-bundle.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/entity-sign/components/entity-sign-bundle.element.ts @@ -170,9 +170,9 @@ export class UmbEntitySignBundleElement extends UmbLitElement { .infobox { position: absolute; - top: 100%; + top: 0; margin-top: calc(-12px + var(--offset-h)); - left: 100%; + left: 19px; margin-left: -6px; background-color: transparent; padding: var(--uui-size-2);