github / github/task-lists-element
Moving an item from `sourceIndex = 0`, sets `dst` as `newIndex + 1`
Aperta
- Lingua principale
- TypeScript
- Stelle
- 152
- Fork
- 24
- Merge medio
- 1g 4h
- PR unite (30g)
- 6
Descrizione
For example:
Moving _Hubot_ from position `[0, 0]` to position `[0, 1]` actually gets calculated as moved to position `[0, 2]`.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- typescript
- Ambito
- frontend
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100