mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #538] Mouse over error in notes #2356
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#2356
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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

Desktop (please complete the following information):
@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.
@majkinetor commented on GitHub (Oct 24, 2023):
So, do not show tooltip like this
but like this
@VShawn commented on GitHub (Oct 26, 2023):
I moved note to the right side.