mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #838] 1.1.1 版本部分用户 RDP 窗口最大化后出现滚动条 On some users came up a scrollbar when maximizing the RDP window. #2599
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#2599
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 @li9633 on GitHub (Jan 22, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/838
Originally assigned to: @VShawn on GitHub.
Describe the bug
A clear and concise description of what the bug is.
最大化时会出现横向滚动条和竖向滚动条,在Remote1.1.0版本则不会出现滚动条
To Reproduce
Steps to reproduce the behavior:
点击最大化按钮就会出现
Expected behavior
A clear and concise description of what you expected to happen.
和窗口化一样,自动缩放,并且不出现滚动条
Screenshots
If applicable, add screenshots to help explain your problem.
附件有视频文件
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
https://github.com/user-attachments/assets/47fbf437-b3fa-4a66-a6c4-b69789a40c43
@VShawn commented on GitHub (Jan 23, 2025):
麻烦按图示:
我本地无法复现这个问题,不过我估计和分辨率缩放有关
@li9633 commented on GitHub (Jan 23, 2025):
在1.1.0版本下,最大化就不会有滚动条,被控电脑会从2560*1440调整到2560*1370分辨率。
1.1.1版本似乎不会调整被控电脑分辨率
1.1.1:日志文件
1Remote.log_20250123.md
1.1.0日志文件
1.1.0_1Remote.log_20250123.md
@VShawn commented on GitHub (Jan 23, 2025):
那就奇怪了,1.1.1 我并没有修改控制分辨率部分的代码。
@VShawn commented on GitHub (Jan 23, 2025):
从日志可以看到,1.1.1 读取到的分辨率比 1.1.0 多了 2 pix, 准备去调查为什么会这样。
@li9633 commented on GitHub (Jan 23, 2025):
确实有可能是多了2px的原因,我在1.1.1版本使用自定义分辨率手动调整到2560*1370后就不出现滚动条了。
@VShawn commented on GitHub (Jan 23, 2025):
related ticket found reopen https://github.com/1Remote/1Remote/issues/830
@stetze commented on GitHub (Jan 23, 2025):
I have the Same Problem.
@VShawn commented on GitHub (Jan 24, 2025):
@stetze @li9633 plz try the latest preview version.
@ansemz commented on GitHub (Jan 24, 2025):
我用了最新的action版本,同样的现象没有了。
@stetze commented on GitHub (Jan 24, 2025):
The preview Works. Thank you.
@li9633 commented on GitHub (Jan 24, 2025):
preview版本不会出现滚动条了,但最小化按钮似乎不起作用。
视频:
https://github.com/user-attachments/assets/cb6f87bf-3059-4007-a0bf-c32b5518eb3a
日志:
1Remote.log_20250124.md
@VShawn commented on GitHub (Jan 24, 2025):
@li9633 尴尬...提交的时候漏了一行代码,刚好是最小化的。现在的preview应该可以了
@li9633 commented on GitHub (Jan 24, 2025):
感谢!问题已修复。 @VShawn