mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #807] FTP/SFTP: When an item is selected, it scrolls to the previous selection #3574
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#3574
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 @itagagaki on GitHub (Dec 12, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/807
Originally assigned to: @VShawn on GitHub.
To Reproduce
Actual behavior
It scrolls to the previous selection of step 1
The item is not in the selected state. (ok)
If you manually scroll to the newly selected item, you can see that it is actually selected. (ok)
Expected behavior
Do not scroll
@itagagaki commented on GitHub (Dec 12, 2024):
In FileTransmitHost constructor
If you select a new item, it will go in here, but
TvFileList.SelectedItemwill still be the previous item.I need to learn how
VmFileTransmitHost.SelectedRemoteItemandTvFileList.SelectedItemwork. But it might be faster for you to fix it.@VShawn commented on GitHub (Dec 12, 2024):
I will fix it. better to have a screen recording
@itagagaki commented on GitHub (Dec 12, 2024):
https://github.com/user-attachments/assets/107beb21-91b6-4135-ac09-f0efd3b16dfe
@VShawn commented on GitHub (Dec 13, 2024):
i have fixed the ticket