Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Setting the pop-up position to cursor not working #715

Closed
2 tasks done
imhansai opened this issue Jan 25, 2024 · 3 comments
Closed
2 tasks done

Setting the pop-up position to cursor not working #715

imhansai opened this issue Jan 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@imhansai
Copy link

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)

0.29.4 (28)

macOS Version

13.6.3

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":51}";
    "KeyboardShortcuts_pin" = "{\\"carbonModifiers\\":2048,\\"carbonKeyCode\\":35}";
    "KeyboardShortcuts_popup" = "{\\"carbonModifiers\\":4352,\\"carbonKeyCode\\":9}";
    "LaunchAtLogin__hasMigrated" = 1;
    "NSWindow Frame SUStatusFrame" = "1080 982 400 134 0 0 2560 1415 ";
    "NSWindow Frame SUUpdateAlert" = "1008 762 620 398 0 0 2560 1415 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1148 865 442 306 0 0 2560 1415 ";
    SUAutomaticallyUpdate = 1;
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-01-25 06:58:06 +0000";
    SUUpdateGroupIdentifier = 143349984;
    WebKitDefaultFontSize = 13;
    WebKitJavaScriptEnabled = 0;
    WebKitPluginsEnabled = 0;
    WebKitStandardFont = "-apple-system-font";
    WebKitUserStyleSheetEnabledPreferenceKey = 1;
    WebKitUserStyleSheetLocationPreferenceKey = "/Applications/Maccy.app/Contents/Frameworks/Sparkle.framework/Resources/ReleaseNotesColorStyle.css";
    enabledPasteboardTypes =     (
        "public.png",
        "public.file-url",
        "public.rtf",
        "public.tiff",
        "public.utf8-plain-text",
        "public.html"
    );
    ignoredPasteboardTypes =     (
        "com.typeit4me.clipping",
        "Pasteboard generator type",
        "com.agilebits.onepassword",
        "de.petermaurer.TransientPasteboardType",
        "net.antelle.keeweb"
    );
    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;
    playSounds = 1;
    popupPosition = cursor;
    popupScreen = 0;
    removeFormattingByDefault = 1;
    showRecentCopyInMenuBar = 0;
}

Description

popupPosition = cursor;

But it doesn't work。The previous version was OK

Steps to Reproduce

No response

@imhansai imhansai added the bug Something isn't working label Jan 25, 2024
@p0deje
Copy link
Owner

p0deje commented Jan 25, 2024

Can you provide more details? Screenshots, videos? Just saying "it doesn't work" unfortunately is not clear.

@habarta-michal
Copy link

habarta-michal commented Jan 25, 2024

The same issue happens to me as well.

macOS Version: 14.2.1 (Sonoma)
Shortcut to open: Shift-Command-C

Maccy appearance config:
maccy_config

Maccy version 0.29.4 (current behavior):
maccy_0 29 4

Maccy version 0.29.3 (expected behavior):
maccy_0 29 3

@p0deje
Copy link
Owner

p0deje commented Jan 25, 2024

Thank you for screenshots. The newer version tries to mimic OS behavior where it would try to place a popup menu taking into screen edges. It doesn't work perfectly as you point out, will fix it in the coming releases.

@p0deje p0deje closed this as completed in 8442207 Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants