Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Empty space when app bottom is hidden #1038

Open
2 tasks done
ad-angelo opened this issue Jan 27, 2025 · 8 comments
Open
2 tasks done

Empty space when app bottom is hidden #1038

ad-angelo opened this issue Jan 27, 2025 · 8 comments
Labels
bug Something isn't working

Comments

@ad-angelo
Copy link

ad-angelo commented Jan 27, 2025

Before Submitting Your Bug Report

  • I have verified that there isn't already an issue reporting the same bug to prevent duplication.
  • I have seen the FAQ.

Maccy Version (see 'About' window)

Since 2.0.1

macOS Version

15.0.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":9,\\"carbonModifiers\\":768}";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    NSOSPLastRootDirectory = {length = 588, bytes = 0x626f6f6b 4c020000 00000410 30000000 ... 10010000 00000000 };
    "NSStatusItem Visible Item-0" = 0;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame NSNavPanelAutosaveName" = "331 284 800 448 0 0 1440 875 ";
    "NSWindow Frame SUUpdateAlert" = "401 379 637 398 0 0 1440 875 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "479 279 510 487 0 0 1440 875 ";
    SUAutomaticallyUpdate = 1;
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2025-01-27 17:20:47 +0000";
    SUUpdateGroupIdentifier = 3299539765;
    clearOnQuit = 1;
    clearSystemClipboard = 1;
    enabledPasteboardTypes =     (
        "public.html",
        "public.utf8-plain-text",
        "public.rtf",
        "public.tiff",
        "public.png"
    );
    ignoreEvents = 0;
    ignoredApps =     (
        "com.apple.Passwords"
    );
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    pasteByDefault = 1;
    removeFormattingByDefault = 0;
    searchVisibility = duringSearch;
    showApplicationIcons = 0;
    showFooter = 0;
    showInStatusBar = 0;
    showRecentCopyInMenuBar = 0;
    showSearch = 1;
    showTitle = 0;
    windowSize = "[450,800]";
}

Description

Hi !

I figured out that when I choose to hide the application bottom there is an empty space since version 2.0.1.
Whereas before the window fitted the clip board history content only.

Before :
Image

After :
Image

Thanks !

Steps to Reproduce

No response

@ad-angelo ad-angelo added the bug Something isn't working label Jan 27, 2025
@p0deje
Copy link
Owner

p0deje commented Jan 27, 2025

@ad-angelo Please upgrade to latest Maccy and try again.

@ad-angelo
Copy link
Author

Hi Alex,
Thanks for your answer, unfortunately I am already in latest version 2.3.0 (54).
I have updated my initial post and added my Maccy settings.

@p0deje
Copy link
Owner

p0deje commented Jan 27, 2025

Where is the footer on your first screenshot?

@ad-angelo
Copy link
Author

There is no footer because I unselected the "Show Application footer"

The behaviour is right on the first screenshoot.

Wherase on the second one (version 2.0.1 and after) I have still unselected "Show Application footer", so the text diseaper but the space did not and is an empty footer.

@weisJ
Copy link
Contributor

weisJ commented Jan 28, 2025

I think the following happens:

  1. Showing the footer increases the height of the popup to make space for the footer items.
  2. Hiding the footer does not decrease this space.
  3. Space is visible because you only have 5 items in the clipboard history.

@ad-angelo
Copy link
Author

ad-angelo commented Jan 28, 2025

Even with a full clioboard history the footer is visible :
image

I really think this is an issue since v2.0.1, before this realese the footer behaviour was good. In fact, if I downgrade to v2.0.0 the footer is not visible.

Can you guys show me how your footer looks like if you disable the "show app footer" ?

@olegcherr
Copy link

Same bug on last version 🤪

@ad-angelo
Copy link
Author

Can it be related to : 9258ece ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants