josdejong / josdejong/jsoneditor
[bug] editor aggressively scrolls against you
Open
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
When you
1. open a large JSON file (~1 MB) in tree view,
2. search some string that occurs deeply nested within the JSON, and
3. scroll up or down to see the context of the search result,
jsoneditor aggressively scrolls against you, attempting to restore the view to be centered on the search result. This is unhelpful and not desired. Moreover, clicking away frequently does not stop this. Even clearing the search field's text doesn't (always) stop it.
Contributor guide
Assessment
This issue has not been assessed yet.