p0deje / Maccy

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

Can't use maccy dropdown in fullscreen mode #769

Closed Zmove closed 3 months ago

Zmove commented 3 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

0.30.0

macOS Version

Sonoma 14.4.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":9,\\"carbonModifiers\\":2048}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "514 422 585 380 0 0 1470 919 ";
    enabledPasteboardTypes =     (
        "public.file-url",
        "public.tiff",
        "public.png",
        "public.html",
        "public.utf8-plain-text",
        "public.rtf"
    );
    ignoredPasteboardTypes =     (
        "com.agilebits.onepassword",
        "net.antelle.keeweb",
        "de.petermaurer.TransientPasteboardType",
        "Pasteboard generator type",
        "com.typeit4me.clipping"
    );
    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;
    };
    numberOfUsages = 10;
    pasteByDefault = 1;
    popupPosition = cursor;
    suppressClearAlert = 1;
}

Description

When an application is in fullscreen mode and you click on the maccy icon in the topbar, the maccy dropdown popup appear, but if you try to go down to a line in the clipboard history, the popup instantly disappear. See video below.

Steps to Reproduce

  1. Put something in you clipboard
  2. Launch an app
  3. Put the app in fullscreen
  4. Try to reach the thing you put in your clipboard in your maccy history You will see than you can't reach it, as soon as your cursor leave the topbar, the maccy dropdown popup disappear.

I precise that the popup works if I use the keyboard shortcut to display it, the problem only appears when I click on the maccy icon in the topbar to reach my clipboard history.

p0deje commented 3 months ago

Duplicate of #637