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] 当列表数据较少时,从列表最后一行的单元格,向下移出单元格的时候,onMouseLeaveCell事件不会掉用 #1112

Closed
ConfidenceNZ opened this issue Feb 20, 2024 · 0 comments · Fixed by #1114
Assignees
Labels
bug Something isn't working

Comments

@ConfidenceNZ
Copy link

Version

0.19.1

Link to Minimal Reproduction

https://visactor.io/vtable/demo/custom-render/custom-cell-layout-jsx?version=0.19.1

Steps to Reproduce

  1. 减少列表数据至1-3条
  2. 添加全局onMouseLeaveCell事件
  3. 鼠标从最后一行的单元格向下移出,onMouseLeaveCell事件未调用
  4. 鼠标从表头的单元格向上移出,onMouseLeaveCell事件未调用

Current Behavior

事件未执行导致业务bug的出现

Expected Behavior

期望能正常调用

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@ConfidenceNZ ConfidenceNZ added the bug Something isn't working label Feb 20, 2024
@fangsmile fangsmile self-assigned this Feb 20, 2024
@fangsmile fangsmile linked a pull request Feb 20, 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