Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse focus with chrome extensions #1399

Open
iwa opened this issue Feb 2, 2023 · 2 comments
Open

Mouse focus with chrome extensions #1399

iwa opened this issue Feb 2, 2023 · 2 comments

Comments

@iwa
Copy link

iwa commented Feb 2, 2023

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
@michalrus
Copy link

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

@erlonbie
Copy link

erlonbie commented Aug 3, 2023

I'm facing the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants