Amethyst icon indicating copy to clipboard operation
Amethyst copied to clipboard

Mouse focus with chrome extensions

Open iwa opened this issue 2 years ago • 2 comments

Describe the bug When mouse focus is enabled, I can't access to the little pop-ups from my extensions, like for example my dashlane extension When I click on the dashlane icon in the bar, the pop-up shows up, and if I move my cursor even by 1 pixel, it instantly desappears

Applications: Chrome Dev 110.0.5481.52

To Reproduce

  • Enable mouse focus
  • Open chrome
  • Pin a extension in the bar
  • Click on the extension (like dashlane or dark reader)
  • Move your cursor

Expected behavior The pop-up should not disappear, it cannot be instantly focused as its a pop-up

Versions:

  • macOS: 13.1
  • Amethyst: 0.17.0

Debug Info

Version: 0.17.0 (97)

OS version: Version 13.1 (Build 22C65)

Screens:
	(0.0, 0.0, 1680.0, 1050.0) [(0.0, 0.0, 1680.0, 1050.0)]

Configuration:
floating-is-blacklist: 1
window-max-count: 0
window-margins: 1
mouse-follows-focus: 0
follow-space-thrown-windows: 1
mod2: (
    option,
    shift,
    control
)
window-margin-size: 10
floating: (
        {
        id = "com.apple.systempreferences";
        "window-titles" =         (
        );
    },
        {
        id = "net.freemacsoft.AppCleaner";
        "window-titles" =         (
        );
    },
        {
        id = "com.electron.shadow";
        "window-titles" =         (
        );
    },
        {
        id = "com.apple.ActivityMonitor";
        "window-titles" =         (
        );
    },
        {
        id = "com.apple.keychainaccess";
        "window-titles" =         (
        );
    },
        {
        id = "com.apple.finder";
        "window-titles" =         (
        );
    },
        {
        id = "com.apple.archiveutility";
        "window-titles" =         (
        );
    },
        {
        id = "cx.c3.theunarchiver";
        "window-titles" =         (
        );
    },
        {
        id = "com.electron.shadow";
        "window-titles" =         (
        );
    },
        {
        id = "com.authy.authy-mac";
        "window-titles" =         (
        );
    },
        {
        id = "com.stencyl.IdleSkilling";
        "window-titles" =         (
        );
    },
        {
        id = "com.moonsworth.client";
        "window-titles" =         (
        );
    },
        {
        id = "net.hearthsim.hstracker";
        "window-titles" =         (
        );
    },
        {
        id = "com.citra-emu.citra";
        "window-titles" =         (
        );
    }
)
window-minimum-width: 0
screen-padding-bottom: 0
screen-padding-left: 0
mod1: (
    option,
    shift
)
window-minimum-height: 0
use-canary-build: 0
smart-window-margins: 0
debug-layout-info: 0
restore-layouts-on-launch: 1
enables-layout-hud: 0
float-small-windows: 1
focus-follows-mouse: 0
screen-padding-right: 0
layouts: (
    tall,
    fullscreen,
    wide
)
window-resize-step: 5
new-windows-to-main: 0
ignore-menu-bar: 0
screen-padding-top: 0
enables-layout-hud-on-space-change: 1

iwa avatar Feb 02 '23 12:02 iwa

Same, I get this behavior when "focus follows mouse" is enabled, and even for Amethyst's menu

michalrus avatar Mar 27 '23 07:03 michalrus

I'm facing the same problem

erlonbie avatar Aug 03 '23 00:08 erlonbie