Browser event on domDiff updated node.
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 109
- Forks
- 20
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Would allow custom behavior to scroll to updated nodes, highlight them in browser, etc etc.
Also related to a syncScroll feature requested by @leaverou:
You could have a syncScroll setting with options:
- off (default)
- auto: scroll to first changed node
- object literal. filter key: a function to filter out non-relevant nodes. Then you just scroll to the first one.
Contributor guide
No contributing guide indexed for this repository
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 locating the domDiff implementation and the code path that updates browser nodes. Determine the event payload and scope first, including whether syncScroll belongs in this issue. Done means the intended browser event and any scrolling behavior are specified and covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100