Deleting items does not update instrumentation
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 3
- Avg merge
- 18h
- Merged PRs (30d)
- 15
Description
Reproduce:
* On a blank page, create 3 sections
* Delete the middle section
* Delete the last section, previously section 3, now section 2
* It will try to delete section 3, which it doesn't find anymore, since the ue service now refers to this as section 2 when it re-pulls the instrumented document
* Reload the page, and deleting section 2 works again
Contributor guide
Research direction
Reproduce the sequence on a blank page: create three sections, delete the middle section, then delete the last remaining section. Trace how deletion targets are updated when the UE service re-pulls the instrumented document. Done means consecutive deletions use the current section numbering and continue to work without a reload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100