-
Notifications
You must be signed in to change notification settings - Fork 18
[BUG] v6.22.3 多项功能异常(右键照片墙逻辑、动态SVG、滑块问题) #242
Copy link
Copy link
Open
Labels
status: implementedImplemented in code, pending releaseImplemented in code, pending releasestatus: pre-releaseIncluded in pre-release or beta build for testingIncluded in pre-release or beta build for testingtype: bugSomething isn't working properlySomething isn't working properly
Description
Metadata
Metadata
Assignees
Labels
status: implementedImplemented in code, pending releaseImplemented in code, pending releasestatus: pre-releaseIncluded in pre-release or beta build for testingIncluded in pre-release or beta build for testingtype: bugSomething isn't working properlySomething isn't working properly
Projects
StatusShow more project fields
Implemented
Describe the bug
在 Windows 11 25h2 环境下,QuickView v6.22.3 存在以下五项独立问题:
右键“打开文件夹”关闭照片墙时连带关闭当前图片
通过右键菜单打开照片墙后,按 ESC 或底部关闭按钮退出时,当前图片被一并关闭,主窗口回到无图片界面。此问题在所有窗口宽度下均出现,且仅发生在右键触发的照片墙;通过工具栏按钮触发的照片墙关闭后图片保留。
照片墙切换失败存在窗口宽度阈值
通过右键“打开文件夹”切换照片墙时,若主窗口宽度小于
377px,操作无效,窗口退回到无图片状态;宽度 ≥377px时切换正常。因滑块步长限制无法设置375px和376px,精确失效临界值待确认。“默认最小窗口”滑块步长不稳与数值偏差
拖动时数值变化为 3px 或 4px 跳跃,无法精确设置某些尺寸(如
375px、376px、640px)。设置374px时实际窗口宽度为373px(设置800px时准确)。动态 SVG 不显示动画效果
包含
<animateTransform>的 SVG 文件显示为静态图像。滑块 thumb 位置与鼠标拖拽位置不一致
设置面板中滑块视觉指示器位置与实际控制位置存在偏差。
To Reproduce
问题1:
问题2:
377px(如374px),打开图片并右键“打开文件夹” – 窗口退回主界面,未显示照片墙。377px,重复操作 – 照片墙正常出现。问题3:
375px、376px、640px。374px,应用后查看实际窗口宽度(显示373px);设为800px验证准确。问题4:
问题5:
Environment Information