p0deje / Maccy

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

While focussing on password filed on webpage and open Maccy, its blink and disappear #864

Closed deven-softices closed 1 week ago

deven-softices commented 1 week ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

1.0.0 (31)

macOS Version

14.6.1 (23G93)

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":9,\\"carbonModifiers\\":768}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 577;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1048 382 542 437 0 0 2048 1255 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-08-30 08:50:01 +0000";
    SUUpdateGroupIdentifier = 4235031747;
    enabledPasteboardTypes =     (
        "public.html",
        "public.rtf",
        "public.utf8-plain-text",
        "public.tiff",
        "public.file-url",
        "public.png"
    );
    ignoredPasteboardTypes =     (
        "com.typeit4me.clipping",
        "net.antelle.keeweb",
        "Pasteboard generator type",
        "com.agilebits.onepassword",
        "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 = 1;
    removeFormattingByDefault = 1;
    searchMode = fuzzy;
}

Description

on any of the webpage if i open Maccy for past text it works, but while keyboard cursor is on password field (password field focus) and if i open Maccy by keyboard shortcut or via app icon it blink and disapprear as many time i open .

Steps to Reproduce

  1. open any website with login form
  2. focus on password field
  3. open Maccy via keyboard shortcut or via app icon
p0deje commented 1 week ago

This will be fixed in 2.0, you can try upgrading to the latest beta https://github.com/p0deje/Maccy/releases/download/2.0.0.beta.13/Maccy.app.zip

deven-softices commented 1 week ago

Thanks for the update, its working fine with beta version