Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 双击编辑表头 输入框定位异常 #1069

Closed
user920123 opened this issue Feb 4, 2024 · 0 comments · Fixed by #1074
Closed

[Bug] 双击编辑表头 输入框定位异常 #1069

user920123 opened this issue Feb 4, 2024 · 0 comments · Fixed by #1074
Assignees
Labels
bug Something isn't working

Comments

@user920123
Copy link

user920123 commented Feb 4, 2024

Version

v0.19.0

Link to Minimal Reproduction

import { InputEditor } from '@visactor/vtable-editors';
const input_editor = new InputEditor();
VTable.register.editor('input-editor', input_editor) // 注册编辑器

Steps to Reproduce

  1. 设置数据条数超出当前表格高度 ,有纵向滚动条,
  2. 鼠标纵向滚动
  3. 双击编辑表头,输入框出现的位置异常
    0.18.3版本没有此问题

Current Behavior

纵向滚动后,双击编辑表头,输入框出现的位置异常

Expected Behavior

纵向滚动后,双击编辑表头,输入框出现的位置正常

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@user920123 user920123 added the bug Something isn't working label Feb 4, 2024
@fangsmile fangsmile self-assigned this Feb 4, 2024
@fangsmile fangsmile linked a pull request Feb 5, 2024 that will close this issue
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants