fix(scrollshot): improve Wayland scroll screenshot reliability#849
fix(scrollshot): improve Wayland scroll screenshot reliability#849tianming-1996 wants to merge 1 commit into
Conversation
|
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. |
Fix occasional manual wheel unresponsiveness in Wayland scroll capture. Optimize auto-scroll step and tolerate first frames without displacement. Use millisecond timestamps to avoid inaccurate time-diff calculation. 修复 Wayland 环境下滚动截图手动滚轮偶发无响应的问题。 优化自动滚动步长,增加首帧无位移容错,降低误报概率。 调整滚动截图时间戳类型,避免时间差计算精度不足。 Log: 修复 Wayland 环境下滚动截图失败问题 Bug: https://pms.uniontech.com/bug-view-278311.html
768dac7 to
93bd029
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: add-uos, max-lvs, 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 |
Fix occasional manual wheel unresponsiveness in Wayland scroll capture. Optimize auto-scroll step and tolerate first frames without displacement. Use millisecond timestamps to avoid inaccurate time-diff calculation.
修复 Wayland 环境下滚动截图手动滚轮偶发无响应的问题。
优化自动滚动步长,增加首帧无位移容错,降低误报概率。
调整滚动截图时间戳类型,避免时间差计算精度不足。
Log: 修复 Wayland 环境下滚动截图失败问题
Bug: https://pms.uniontech.com/bug-view-278311.html