github / github/task-lists-element
Moving an item from `sourceIndex = 0`, sets `dst` as `newIndex + 1`
Aberta
- Linguagem predominante
- TypeScript
- Estrelas
- 152
- Forks
- 24
- Merge médio
- 1d 4h
- PRs com merge (30d)
- 6
Descrição
For example:
Moving _Hubot_ from position `[0, 0]` to position `[0, 1]` actually gets calculated as moved to position `[0, 2]`.
Guia de contribuição
Direção de pesquisa
Start by reproducing the reported drag-and-drop move from [0, 0] to [0, 1] in the task-list element and trace where the destination index is calculated. Done means the same move produces destination [0, 1] rather than [0, 2], with the relevant regression covered by the project's existing tests.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- typescript
- Domínio
- frontend
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100