[Bug] onSelectedCell事件里面有重绘表格的情景时,onDblClickCell 就无法触发
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
1.7.4
Link to Minimal Reproduction
none
Steps to Reproduce
1.选择单元格事件里面有重绘表格的情况
2.双击事件无法触发
Current Behavior
1.选择单元格事件里面有重绘表格的情况
2.双击事件无法触发
Expected Behavior
希望能触发双击事件
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the problem in VTable 1.7.4: redraw the table inside onSelectedCell and then double-click a cell to observe onDblClickCell. Trace the table's event handling around these two entry points; done means the double-click event fires after the selection callback redraws the table.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100