[GH-ISSUE #538] Mouse over error in notes #2356

Closed
opened 2026-03-01 17:19:59 +03:00 by kerem · 3 comments
Owner

Originally created by @andy1463 on GitHub (Oct 24, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/538

Originally assigned to: @VShawn on GitHub.

Describe the bug
Access to notes field only possible from above. If you have a lot connections in the overview list, it is not possible to access the notes for the entries at the bottom of the list. If you try to access the notes field from below notes from the entry above will be opened.

Expected behavior
It should be possible to access notes either from above or from below.

Screenshots
1remote-2

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • PRemoteM Version current nightly
Originally created by @andy1463 on GitHub (Oct 24, 2023). Original GitHub issue: https://github.com/1Remote/1Remote/issues/538 Originally assigned to: @VShawn on GitHub. **Describe the bug** Access to notes field only possible from above. If you have a lot connections in the overview list, it is not possible to access the notes for the entries at the bottom of the list. If you try to access the notes field from below notes from the entry above will be opened. **Expected behavior** It should be possible to access notes either from above or from below. **Screenshots** ![1remote-2](https://github.com/1Remote/1Remote/assets/128373669/844ea372-d56d-4b0a-a74e-cc210f170528) **Desktop (please complete the following information):** - OS: Windows 10 Pro - PRemoteM Version current nightly
Author
Owner

@majkinetor commented on GitHub (Oct 24, 2023):

Did you really obfuscate that screenshot by hand ? 🏅

Yeah, tooltip appears above the column so you need to move it to the left and then again to the right.

Direction depends where the row is, up or down in the list, that is, where is tooltip x,y position, above the mouse or bellow it.

So we need to move the tooltip some delta to the right, like 25px or whatever the icon width for the memo is.

<!-- gh-comment-id:1777300360 --> @majkinetor commented on GitHub (Oct 24, 2023): Did you really obfuscate that screenshot by hand ? 🏅 Yeah, tooltip appears above the column so you need to move it to the left and then again to the right. Direction depends where the row is, up or down in the list, that is, where is tooltip x,y position, above the mouse or bellow it. So we need to move the tooltip some delta to the right, like 25px or whatever the icon width for the memo is.
Author
Owner

@majkinetor commented on GitHub (Oct 24, 2023):

So, do not show tooltip like this

image

but like this

image

<!-- gh-comment-id:1777313173 --> @majkinetor commented on GitHub (Oct 24, 2023): So, do not show tooltip like this ![image](https://github.com/1Remote/1Remote/assets/85767/d49ed48b-2902-45b0-a4b5-c3932a0e59ca) but like this ![image](https://github.com/1Remote/1Remote/assets/85767/7d9351bd-c413-4887-8666-f1dc3beddd15)
Author
Owner

@VShawn commented on GitHub (Oct 26, 2023):

I moved note to the right side.

<!-- gh-comment-id:1781099943 --> @VShawn commented on GitHub (Oct 26, 2023): I moved note to the right side.
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/1Remote#2356
No description provided.