App logs window scroll issues
-
I use Byobu F7 key to freeze the terminal log move up (pgup) and down (pgdown) in the log, works really great, you then ESC to escape the freeze and back to last log line, works nicely
-
@rmdes nice, and I use ctrl-a+[ in screen to do the same, but that doesn't apply here talking about logs from the Cloudron GUI
-
In firefox, when I scroll up, the view does not automatically scroll for me when as new lines come in.
-
The logviewer does not use xterm.js but just plain DOM elements. The root cause of this is, that we call
scrollIntoView()
for an anchor element at the bottom of the page, if the user has not vertically scrolled.
Since this element sits bottom left, the browser also scrolls left. I will see what can be done to keep horizontal scroll position. -
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on