easysoft / zui

ZUI is an HTML5 front UI framework.
https://openzui.com
MIT License
2.71k stars 690 forks source link

ZUI 3的数据表格拖动滚动条超出边界时,表格内容会被意外全选 #216

Closed shaoerkuai closed 4 months ago

shaoerkuai commented 4 months ago

描述 (Description)

image

期望 (Expectation)

建议优化onmousemove逻辑,通过window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();防止意外选中元素

结果 (Result)

拖动滚动条超出边界 时,不会选择任何内容。

软件版本 (Software version)

3.0 alpha

catouse commented 4 months ago

谢谢反馈,此问题已在开发分支解决。 https://easysoft.github.io/zui/dev/lib/components/dtable/