p0deje / Maccy

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

The amount of data shown on mouseover popup is too little in some cases (example) #880

Open valynor opened 3 weeks ago

valynor commented 3 weeks ago

Before Submitting Your Bug Report

Maccy Version (see 'About' window)

2.00

macOS Version

15.0

Maccy Settings

defaults read org.p0deje.Maccy
{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":768,\\"carbonKeyCode\\":8}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSStatusItem Preferred Position Item-0" = 260;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame SUStatusFrame" = "760 781 400 134 0 0 1920 1175 ";
    "NSWindow Frame SUUpdateAlert" = "970 762 620 398 0 0 2560 1415 ";
    "NSWindow Frame com.sindresorhus.Preferences.FrameAutosaveName" = "696 509 542 435 0 0 1920 1175 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1025 719 510 473 0 0 2560 1415 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-09-18 13:01:33 +0000";
    SUUpdateGroupIdentifier = 3935178220;
    WebKitDefaultFontSize = 13;
    WebKitJavaEnabled = 0;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    enabledPasteboardTypes =     (
        "public.file-url",
        "public.tiff",
        "public.rtf",
        "public.utf8-plain-text",
        "public.html",
        "public.png"
    );
    highlightMatch = color;
    history = {length = 42, bytes = 0x62706c69 73743030 a0080000 00000000 ... 00000000 00000009 };
    historySize = 100;
    ignoreEvents = 0;
    ignoreOnlyNextEvent = 0;
    ignoredPasteboardTypes =     (
        "Pasteboard generator type",
        "de.petermaurer.TransientPasteboardType",
        "com.agilebits.onepassword",
        "com.typeit4me.clipping",
        "net.antelle.keeweb"
    );
    menuIcon = clipboard;
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    numberOfUsages = 1;
    pinTo = top;
    playSounds = 0;
    popupPosition = center;
    previewDelay = 750;
    searchMode = mixed;
    showFooter = 1;
    showSearch = 1;
    showTitle = 0;
    windowPosition = "[0.9107421875,1]";
    windowSize = "[459,1411]";
}

Description

As you can see from the screenshot below Maccy doesn't show the full text copied in its popup. When I copied the requested Maccy Settings above it DOES show all of the text in the popup though - seems to be dependent on the source.

Screenshot 2024-09-18 at 14 57 01 https://www.theguardian.com/world/2024/sep/17/photo-titan-submersible-wreckage

p0deje commented 1 week ago

Please try in 2.1.0, here is how it looks for me

Screenshot 2024-10-02 at 08 30 51
valynor commented 1 week ago

@p0deje

I tried again with the example above and I'm afraid it's exactly the same as before.

Could this be a resolution/UI scaling issue? I'm using a 4K 3840x2160 32" display with UI scaling set like this: Resolution: 5120x2880 (5K/UHD+ - Ultra High Definition Plus) UI Looks like: 2560 x 1440 @ 144.00Hz

p0deje commented 1 week ago

@valynor I don't think it's related, can you please upload a new screenshot?

valynor commented 1 week ago

Screenshot 2024-10-02 at 19 20 07

Like I said, exactly the same.

Edit: When I copy the entire article the popup shows more text but still not the complete article.