You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the ang-jsoneditor and loading a json file that is large enough to take up more than the vertical screen height. When searching for something that is at the bottom of the json tree, the searched item is found but the control does not auto-scroll to bring the item into display.
In the above (forked) example, search for Blah in the first component. If finds the 2 instances, but it does not bring them into view. Doing the same thing in the native json-editor works correctly.
The text was updated successfully, but these errors were encountered:
Using the ang-jsoneditor and loading a json file that is large enough to take up more than the vertical screen height. When searching for something that is at the bottom of the json tree, the searched item is found but the control does not auto-scroll to bring the item into display.
Stackblitz example.
In the above (forked) example, search for Blah in the first component. If finds the 2 instances, but it does not bring them into view. Doing the same thing in the native json-editor works correctly.
The text was updated successfully, but these errors were encountered: