Cat1007

Results 11 issues of Cat1007

### Describe the bug 在不指定控制点的情况下,无法渲染箭头 ### Your Example Website or App https://g6-next.antv.antgroup.com/zh/examples/item/defaultEdges/#polyline3 ### Steps to Reproduce the Bug or Issue https://g6-next.antv.antgroup.com/zh/examples/item/defaultEdges/#polyline3 ### Expected behavior https://g6-next.antv.antgroup.com/zh/examples/item/defaultEdges/#polyline3 ### Screenshots or Videos _No...

good first issue
v5

### 这个功能解决了什么问题 有时候,滑块的使用并不一定是完全步长递增,有时候希望只能去到限定的刻度上,有吸附功能可以限制用户可选的值 ### 你建议的方案是什么 类似 https://nightcatsama.github.io/vue-slider-component/#/zh-CN/basics/simple?hash=%E5%90%B8%E9%99%84%E6%95%88%E6%9E%9C

### tdesign-vue-next 版本 1.7.2 ### 重现链接 无 ### 重现步骤 项目中使用常见的 css reset 的工具,例如 https://unocss.dev/guide/style-reset#sanitize-css 中的一些库 会带有一个 table 样式的重置 对于 border-collapse 有一个常用的样式,合并表格边框 在虚拟滚动的场景下会带来异常 是否考虑组件库将该样式纳入组件样式中,并指定 `border-collapse: separate;`,不依赖于浏览器默认的样式指定,优先保证组件库展示正常 ### 期望结果 _No response_ ###...

compatibility

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I'm using [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). - [X] I'm sure the problem is a parser problem. (If...

help wanted

### Description I use Vue 3.4's `defineModel` to write component libraries. However, the type file generated from packaging lacks the definition of the `onUpdate` event in the components. Thus, when...

### 🤔 这个 PR 的性质是? - [x] 日常 bug 修复 ### 🔗 相关 Issue https://github.com/Tencent/tdesign-vue-next/issues/4141 ### 💡 需求背景和解决方案 #### 问题: 当虚拟滚动和固定行搭配使用时,固定的首尾行会因为被虚拟滚动裁剪而消失,且固定位置会因为虚拟滚动的 translateY 而产生错位 #### 解决: 1. 将虚拟滚动的裁剪逻辑交由 tbody 决定,以便 tbody...

### tdesign-vue-next 版本 1.9.4 ### 重现链接 https://stackblitz.com/edit/6bymjh?file=package.json,src%2Fdemo.vue

to be published

### tdesign-vue-next 版本 1.9.4 ### 重现链接 https://tdesign.tencent.com/vue-next/components/select?tab=demo#%E5%8F%AF%E8%BF%87%E6%BB%A4%E7%9A%84%E9%80%89%E6%8B%A9%E5%99%A8 ### 重现步骤 监听 popup-visible-change 事件,输入改变必定触发,此时 popup 的可见性并没有改变 ### 期望结果 popup 可见性是还发生变化时,才触发该事件 ### 实际结果 input 后直接触发 ### 框架版本 _No response_ ### 浏览器版本 _No response_...

🐞 bug
to be published

### tdesign-vue-next 版本 1.9.0 ### 重现链接 https://tdesign.tencent.com/vue-next/components/table#%E5%8F%AF%E7%BC%96%E8%BE%91%E5%8D%95%E5%85%83%E6%A0%BC%E7%9A%84%E8%A1%A8%E6%A0%BC ### 重现步骤 输入文本后,点击拖动选择文本,鼠标移动到表格外松开鼠标,click 时间触发于 document,导致错误判断为点击了外部,编辑状态异常取消 ### 期望结果 对于 mousedown 发生于编辑元素内部的 click 事件,不触发退出编辑状态的行为 ### 实际结果 **问题一:** https://github.com/Tencent/tdesign-vue-next/blob/9f3f3e7920f3fddee39d4cbb4a0886339fcb3a0c/src/table/editable-cell.tsx#L354-L367 该段代码中,直接通过 click 事件判断,然后当 mousedown 和 mouseup 触发在不同元素的时候,常见于文本拖动选择场景,click会触发在...

### tdesign-vue-next 版本 1.8.1 ### 重现链接 https://stackblitz.com/edit/b66qvf-y77yzn?file=package.json,src%2Fdemo.vue ### 重现步骤 配置了多选,但是仍是单选模式的级联选择 ### 期望结果 能够提供不覆盖多选框的自定义方式,只影响内容渲染 ### 实际结果 多选框似乎要自己实现 ### 框架版本 _No response_ ### 浏览器版本 _No response_ ### 系统版本 _No response_ ### Node版本...

🐞 bug