VisActor / VisActor/VTable

BUG:1.19.2升级至 1.19.4 单元格点击无法触发编辑

Open
#4,314 1 comment 0 reactions 0 assignees View on GitHub

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.19.4

Link to Minimal Reproduction

https://visactor.io/vtable/guide/edit/edit_cell

Steps to Reproduce

下面描述给了具体代码

Current Behavior

我想要使用1.19.4的父子级不关联功能 升级到了这个版本
但是之前写的表格单元格点击编辑的功能失效了
鼠标点击没用 单击双击都没反应
import { InputEditor } from '@visactor/vtable-editors';
import * as VTable from '@visactor/vtable';
const inputEditor = new InputEditor();
VTable.register.editor('name-editor', inputEditor);
{
title: '备注',
field: 'remark',
width: 220,
sort: true,
editor: 'name-editor',
}

Expected Behavior

希望修复bug

Environment
- OS:
- Browser:
- Framework:
Any additional comments?

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the minimal reproduction at https://visactor.io/vtable/guide/edit/edit_cell and the setup using InputEditor from @visactor/vtable-editors and VTable.register.editor. Compare the 1.19.2 and 1.19.4 behavior around the configured editor and parent-child non-association option. Done means single- and double-clicking the configured cell opens editing in 1.19.4.

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
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.