mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[PM-5189] Fixing issue found in Safari with how the inline menu is re-positioned
This commit is contained in:
@@ -692,7 +692,7 @@ export class OverlayBackground implements OverlayBackgroundInterface {
|
|||||||
const message = { command: "fadeInAutofillInlineMenuIframe" };
|
const message = { command: "fadeInAutofillInlineMenuIframe" };
|
||||||
this.inlineMenuButtonPort?.postMessage(message);
|
this.inlineMenuButtonPort?.postMessage(message);
|
||||||
this.inlineMenuListPort?.postMessage(message);
|
this.inlineMenuListPort?.postMessage(message);
|
||||||
}, 125);
|
}, 150);
|
||||||
}
|
}
|
||||||
|
|
||||||
private clearInlineMenuFadeInTimeout() {
|
private clearInlineMenuFadeInTimeout() {
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ export class AutofillInlineMenuIframeService implements AutofillInlineMenuIframe
|
|||||||
|
|
||||||
this.fadeInTimeout = globalThis.setTimeout(() => {
|
this.fadeInTimeout = globalThis.setTimeout(() => {
|
||||||
this.updateElementStyles(this.iframe, { display: "block", opacity: "1" });
|
this.updateElementStyles(this.iframe, { display: "block", opacity: "1" });
|
||||||
}, 50);
|
}, 25);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user