flense icon indicating copy to clipboard operation
flense copied to clipboard

Autoscroll viewport to keep selected sexp visible

Open mkremins opened this issue 10 years ago • 2 comments

When the selection moves from one sexp to another, Flense should check to see if the newly selected sexp is visible in the current viewport. If it is not, the newly selected sexp should be automatically scrolled into view.

mkremins avatar May 11 '14 21:05 mkremins

The new token-stream rendering model (see #15) has introduced a regression here. This functionality will need to be reimplemented.

mkremins avatar Aug 28 '14 19:08 mkremins

Consider using Element.scrollIntoView for this.

mkremins avatar Nov 12 '15 02:11 mkremins