fix(scrollshot): improve Wayland scroll capture reliability#848
fix(scrollshot): improve Wayland scroll capture reliability#848tianming-1996 wants to merge 1 commit into
Conversation
Delay Wayland manual capture until scroll content settles. 延迟 Wayland 手动滚动抓图,等待滚动内容稳定。 Use millisecond timestamps and smaller fake scroll steps. 使用毫秒级时间戳并降低模拟滚动步长。 Log: 修复 Wayland 滚动截图失败问题 Bug: https://pms.uniontech.com/bug-view-352409.html Influence: 提升 Wayland 下手动和自动滚动截图稳定性,减少无效区域误报。
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tianming-1996 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @tianming-1996. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Delay Wayland manual capture until scroll content settles. 延迟 Wayland 手动滚动抓图,等待滚动内容稳定。
Use millisecond timestamps and smaller fake scroll steps. 使用毫秒级时间戳并降低模拟滚动步长。
Log: 修复 Wayland 滚动截图失败问题
Bug: https://pms.uniontech.com/bug-view-352409.html
Influence: 提升 Wayland 下手动和自动滚动截图稳定性,减少无效区域误报。