mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #227] Resolution bug #2118
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#2118
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 @zhj9709 on GitHub (Apr 3, 2022).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/227
Originally assigned to: @VShawn on GitHub.
Describe the bug
A clear and concise description of what the bug is.
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://user-images.githubusercontent.com/13991774/161415996-2703d4b7-e2b1-494d-8a80-b83f9b1797a0.mp4
@zhj9709 commented on GitHub (Apr 3, 2022):
窗口不最大化好像没这个问题
@VShawn commented on GitHub (Apr 6, 2022):
收到,感谢反馈。
我检查了代码,发现调整分辨率前会检查远程桌面窗口的尺寸是否变化,只有变化了才会继续执行调整分辨率的代码。所以按理说不应该出现你录屏的现象,而且这一现象只有在全屏的时候才会出现,所以应该是windows对全屏的应用最小化时,重设了软件的大小。我得想想怎么搞,现在 RDP 控件是感知不到父窗体是最大化还是最小化的....
总之,感谢反馈
@zhj9709 commented on GitHub (Apr 6, 2022):
我在Win10上也有这个情况,Win10 LTSC 1809。
但我有了新发现,直接使用软件上的最小化时,并不会调整分辨率。但如果我在通过点击任务栏上的图标最小化或是用Win+D回到桌面,再次打开就会重新调整分辨率。
@VShawn commented on GitHub (Apr 9, 2022):
确实是这样,只有点击任务栏最小化时才会重新设置分辨率。两种最小化的表现不一致 Windows 或者 Winform 的锅。
@zhj9709 commented on GitHub (Jun 26, 2022):
@VShawn 当我使用PRemoteM时,最大化,没有全屏,电脑睡眠,远程连接的窗口没关,再唤醒,这时候PRmoteM应该会重新连接,远程连接的windows是锁屏状态,但输入密码进入桌面后,远程连接的画面好像变成了我本机的分辨率,并没有自适应最大化的分辨率。
@VShawn commented on GitHub (Jul 9, 2022):
啊,这种情况确实没想到过。回头我测试一下。