p0deje / Maccy

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

[V2] Unable to search after opening maccy with hotkey. #876

Closed viralams closed 1 month ago

viralams commented 2 months ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

2.0.0(47)

macOS Version

Sonoma 14.3.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":35}";
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1025 845 482 305 0 0 2560 1415 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-09-17 13:36:09 +0000";
    enabledPasteboardTypes =     (
        "public.tiff",
        "public.html",
        "public.utf8-plain-text",
        "public.file-url",
        "public.rtf",
        "public.png"
    );
    historySize = 200;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 1;
    showFooter = 1;
    showSearch = 1;
    showTitle = 1;
    windowSize = "[450,800]";
}

Description

OInce opened, I am unable to search the history. It started from the 2.0.0 version after my upgrade

Steps to Reproduce

  1. Open maccy with hotkey
  2. Start typing

The cursor does not move or enter anything in the search bar

viralams commented 2 months ago

I was able to revert back to the older 1.0.0 version and this is no more an issue.

p0deje commented 2 months ago

@viralams Any chance you could record a video showing a problem?

jdelStrother commented 2 months ago

I have the same problem in v2, also in Sonoma

https://github.com/user-attachments/assets/c200ede5-ee34-4cb8-af13-c7374a3f6bd6

Arrow keys can move up and down the list, but I can't enter anything in the text field.

If I quit & restart Maccy, it works fine when first displayed, it's only subsequent invocations where it's broken

viralams commented 2 months ago

Thanks for adding the video @jdelStrother . I am saw the same as well. Can use the search only the first time. The subsequent times, its frozen and not responsive. Just like you mentioned.

p0deje commented 1 month ago

Please try Maccy 2.1.0 and see if helps.

jdelStrother commented 1 month ago

Sorry, I have the same problem in 2.1.0

viralams commented 1 month ago

I am able to search with no issues as of now using 2.1.0 . I am able to search more than once after closing and opening the app using the hotkey.

jdelStrother commented 1 month ago

I tried setting up a fresh user account and installed 2.1.0 on it, but have the same problem. Anything else I can try?

I'm still on Sonoma 14.2.1 - how about you @viralams ?

viralams commented 1 month ago

@jdelStrother I am on Sanoma 14.7 and using the version @p0deje suggested 2.1.0

jdelStrother commented 1 month ago

I've just updated from 14.2.1 -> 14.7 and can no longer reproduce this bug. I guess it was a fun undocumented Sonoma quirk ? 🤷‍♂️

p0deje commented 1 month ago

Probably SwiftUI bug, good to know it's fixed now

cotwitch commented 1 month ago

I'm on 14.2.1 Sonoma and with version 2.1.0 can search only for the very first time. Later, no keystrokes are probably registered. To be able to search agan - I must restart Maccy.

With following setting - search input shows only once at context menu.

image

--

image
p0deje commented 1 month ago

@cotwitch see https://github.com/p0deje/Maccy/issues/876#issuecomment-2389622615, you need to update Sonoma

cotwitch commented 1 month ago

@p0deje Kindly thank you sir for teh responze. Unfortunately, I'm unable to update to Sonoma due to software incompatibility - one app I'm depending on is not compatible with newer macOS versions, so, I have to stay here. I'll use some other older version of the Maccy which works fine in older macOS versions.

Thank you for your great work anyway!