[GH-ISSUE #838] 1.1.1 版本部分用户 RDP 窗口最大化后出现滚动条 On some users came up a scrollbar when maximizing the RDP window. #2599

Closed
opened 2026-03-01 17:21:47 +03:00 by kerem · 13 comments
Owner

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:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

点击最大化按钮就会出现

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):

  • OS: Windows 10 Pro 22H2
  • PRemoteM Version 1.1.1

Additional context
Add any other context about the problem here.

https://github.com/user-attachments/assets/47fbf437-b3fa-4a66-a6c4-b69789a40c43

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: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **点击最大化按钮就会出现** **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):** - OS: Windows 10 Pro 22H2 - PRemoteM Version 1.1.1 **Additional context** Add any other context about the problem here. https://github.com/user-attachments/assets/47fbf437-b3fa-4a66-a6c4-b69789a40c43
kerem 2026-03-01 17:21:47 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@VShawn commented on GitHub (Jan 23, 2025):

Image

麻烦按图示:

  1. 将日志级别调到 debug
  2. 删除2指向目录中的的所有日志文件
  3. 重复一次视频中的操作
  4. 将新记录的日志文件发送给我。

我本地无法复现这个问题,不过我估计和分辨率缩放有关

<!-- gh-comment-id:2608663119 --> @VShawn commented on GitHub (Jan 23, 2025): ![Image](https://github.com/user-attachments/assets/b257c424-f010-4b7c-9456-2306ffa71ced) 麻烦按图示: 1. 将日志级别调到 debug 2. 删除2指向目录中的的所有日志文件 3. 重复一次视频中的操作 4. 将新记录的日志文件发送给我。 我本地无法复现这个问题,不过我估计和分辨率缩放有关
Author
Owner

@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

<!-- gh-comment-id:2608669596 --> @li9633 commented on GitHub (Jan 23, 2025): 在1.1.0版本下,最大化就不会有滚动条,被控电脑会从**2560**\***1440**调整到**2560**\***1370**分辨率。 1.1.1版本似乎不会调整被控电脑分辨率 1.1.1:日志文件 [1Remote.log_20250123.md](https://github.com/user-attachments/files/18513996/1Remote.log_20250123.md) 1.1.0日志文件 [1.1.0_1Remote.log_20250123.md](https://github.com/user-attachments/files/18514229/1.1.0_1Remote.log_20250123.md)
Author
Owner

@VShawn commented on GitHub (Jan 23, 2025):

那就奇怪了,1.1.1 我并没有修改控制分辨率部分的代码。

<!-- gh-comment-id:2608721159 --> @VShawn commented on GitHub (Jan 23, 2025): 那就奇怪了,1.1.1 我并没有修改控制分辨率部分的代码。
Author
Owner

@VShawn commented on GitHub (Jan 23, 2025):

Image

从日志可以看到,1.1.1 读取到的分辨率比 1.1.0 多了 2 pix, 准备去调查为什么会这样。

<!-- gh-comment-id:2608725218 --> @VShawn commented on GitHub (Jan 23, 2025): ![Image](https://github.com/user-attachments/assets/98554126-23ed-4703-9011-58a36f0619c1) 从日志可以看到,1.1.1 读取到的分辨率比 1.1.0 多了 2 pix, 准备去调查为什么会这样。
Author
Owner

@li9633 commented on GitHub (Jan 23, 2025):

确实有可能是多了2px的原因,我在1.1.1版本使用自定义分辨率手动调整到2560*1370后就不出现滚动条了。

Image

<!-- gh-comment-id:2608791051 --> @li9633 commented on GitHub (Jan 23, 2025): 确实有可能是多了2px的原因,我在1.1.1版本使用自定义分辨率手动调整到**2560**\***1370**后就不出现滚动条了。 ![Image](https://github.com/user-attachments/assets/545c2704-e209-4863-b02d-3cfae478b691)
Author
Owner

@VShawn commented on GitHub (Jan 23, 2025):

related ticket found reopen https://github.com/1Remote/1Remote/issues/830

<!-- gh-comment-id:2609040921 --> @VShawn commented on GitHub (Jan 23, 2025): related ticket found reopen https://github.com/1Remote/1Remote/issues/830
Author
Owner

@stetze commented on GitHub (Jan 23, 2025):

I have the Same Problem.

<!-- gh-comment-id:2609359425 --> @stetze commented on GitHub (Jan 23, 2025): I have the Same Problem.
Author
Owner

@VShawn commented on GitHub (Jan 24, 2025):

@stetze @li9633 plz try the latest preview version.

<!-- gh-comment-id:2611302227 --> @VShawn commented on GitHub (Jan 24, 2025): @stetze @li9633 plz try the latest preview version.
Author
Owner

@ansemz commented on GitHub (Jan 24, 2025):

@stetze @li9633 plz try the latest preview version.

我用了最新的action版本,同样的现象没有了。

<!-- gh-comment-id:2611717686 --> @ansemz commented on GitHub (Jan 24, 2025): > [@stetze](https://github.com/stetze) [@li9633](https://github.com/li9633) plz try the latest preview version. 我用了最新的action版本,同样的现象没有了。
Author
Owner

@stetze commented on GitHub (Jan 24, 2025):

The preview Works. Thank you.

<!-- gh-comment-id:2611730326 --> @stetze commented on GitHub (Jan 24, 2025): The preview Works. Thank you.
Author
Owner

@li9633 commented on GitHub (Jan 24, 2025):

preview版本不会出现滚动条了,但最小化按钮似乎不起作用。
视频:

https://github.com/user-attachments/assets/cb6f87bf-3059-4007-a0bf-c32b5518eb3a

日志:

1Remote.log_20250124.md

<!-- gh-comment-id:2611735492 --> @li9633 commented on GitHub (Jan 24, 2025): preview版本不会出现滚动条了,但最小化按钮似乎不起作用。 视频: https://github.com/user-attachments/assets/cb6f87bf-3059-4007-a0bf-c32b5518eb3a 日志: [1Remote.log_20250124.md](https://github.com/user-attachments/files/18531674/1Remote.log_20250124.md)
Author
Owner

@VShawn commented on GitHub (Jan 24, 2025):

@li9633 尴尬...提交的时候漏了一行代码,刚好是最小化的。现在的preview应该可以了

<!-- gh-comment-id:2612411861 --> @VShawn commented on GitHub (Jan 24, 2025): @li9633 尴尬...提交的时候漏了一行代码,刚好是最小化的。现在的preview应该可以了
Author
Owner

@li9633 commented on GitHub (Jan 24, 2025):

感谢!问题已修复。 @VShawn

<!-- gh-comment-id:2612783178 --> @li9633 commented on GitHub (Jan 24, 2025): 感谢!问题已修复。 @VShawn
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#2599
No description provided.