[GH-ISSUE #1353] [Bug] Hover shows in the top left corner #994

Closed
opened 2026-02-26 09:33:14 +03:00 by kerem · 2 comments
Owner

Originally created by @Askhento on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1353

Originally assigned to: @NickeManarin on GitHub.

Describe the bug
Hover info (or whatever it called) shows in the top left corner of the screen, which says ScreenToGif!

To Reproduce
Steps to reproduce the behavior:
Not sure, it happening at random. But when the hover appears I can remove it by hovering over tray icon of ScreenToGif.
Screenshots
image

Desktop (please complete the following information):

  • OS: Windows11, but also was happening on Windows 10
Originally created by @Askhento on GitHub (Nov 18, 2024). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1353 Originally assigned to: @NickeManarin on GitHub. **Describe the bug** Hover info (or whatever it called) shows in the top left corner of the screen, which says ScreenToGif! **To Reproduce** Steps to reproduce the behavior: Not sure, it happening at random. But when the hover appears I can remove it by hovering over tray icon of ScreenToGif. **Screenshots** ![image](https://github.com/user-attachments/assets/f00b99fb-f956-4fc5-b195-a22c2788a30e) **Desktop (please complete the following information):** - OS: Windows11, but also was happening on Windows 10
kerem 2026-02-26 09:33:14 +03:00
Author
Owner

@NickeManarin commented on GitHub (Dec 15, 2024):

It's called "Tooltip".

The position is relative to the cursor position.

tt = new ToolTip
{
    Placement = PlacementMode.Mouse,
    //...
};

I was doing manually the creation of the tooltip.
I now changed to using the native way.

<!-- gh-comment-id:2543386340 --> @NickeManarin commented on GitHub (Dec 15, 2024): It's called "Tooltip". The position is relative to the cursor position. ``` tt = new ToolTip { Placement = PlacementMode.Mouse, //... }; ``` I was doing manually the creation of the tooltip. I now changed to using the native way.
Author
Owner

@NickeManarin commented on GitHub (Dec 15, 2024):

image

<!-- gh-comment-id:2543386435 --> @NickeManarin commented on GitHub (Dec 15, 2024): ![image](https://github.com/user-attachments/assets/5c092255-eb5c-4023-a659-d16c1b8236df)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#994
No description provided.