p0deje / Maccy

Lightweight clipboard manager for macOS
https://maccy.app
MIT License
13.1k stars 551 forks source link

Maccy menu don't show up while your cursor on password field #923

Closed ogbozoyan closed 1 month ago

ogbozoyan commented 1 month ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

Version 1.0.0 (31)

macOS Version

15.0

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":9}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 370;
    "NSWindow Frame SUStatusFrame" = "1080 706 400 134 0 0 2560 1055 ";
    "NSWindow Frame SUUpdateAlert" = "970 508 620 398 0 0 2560 1055 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "508 328 542 435 0 0 2560 1055 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1009 485 542 436 0 0 2560 1055 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-07-25 12:59:18 +0000";
    SUUpdateGroupIdentifier = 992897898;
    WebKitDefaultFontSize = 13;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    enabledPasteboardTypes =     (
        "public.tiff",
        "public.file-url",
        "public.utf8-plain-text",
        "public.rtf",
        "public.png",
        "public.html"
    );
    historySize = 100;
    ignoredPasteboardTypes =     (
        "com.typeit4me.clipping",
        "net.antelle.keeweb",
        "com.agilebits.onepassword",
        "Pasteboard generator type",
        "de.petermaurer.TransientPasteboardType"
    );
    migrations =     {
        "2020-04-25-allow-custom-ignored-types" = 1;
        "2020-06-19-use-keyboardshortcuts" = 1;
        "2020-09-01-ignore-keeweb" = 1;
        "2021-02-20-allow-to-customize-supported-types" = 1;
        "2021-06-28-add-title-to-history-item" = 1;
        "2021-10-16-remove-dynamic-pasteboard-types" = 1;
        "2022-08-01-rename-suppress-clear-alert" = 1;
        "2022-11-14-add-html-rtf-to-supported-types" = 1;
        "2023-01-22-add-regexp-search-mode" = 1;
    };
    pasteByDefault = 0;
    playSounds = 0;
    searchMode = exact;
}

Description

When you try to open buffer menu while your cursor on some password input fields it will open and permanently close menu

Steps to Reproduce

  1. Open any password input field
  2. Set cursor on that field
  3. Press combination to pop up menu
p0deje commented 1 month ago

Upgrade to the latest Maccy 2.1

ogbozoyan commented 1 month ago

thx helped