New Issue Checklist
Issue Description
The JS console does not auto-scroll to the newest log entry at the bottom of the window. This makes it difficult to follow log output.
Steps to reproduce
Run
for (let i = 0; i<100; i++) {
console.log("x");
}
Actual Outcome
Newer log entries are not visible when the log window is full.
Expected Outcome
Scroll to newest entry at the bottom, if scroll position is at the bottom to begin with. The auto-scrolling to bottom should not occur when the window is not currently scrolled to the bottom.
Environment
Dashboard
- Parse Dashboard version:
5.2.0-alpha.11
New Issue Checklist
Issue Description
The JS console does not auto-scroll to the newest log entry at the bottom of the window. This makes it difficult to follow log output.
Steps to reproduce
Run
Actual Outcome
Newer log entries are not visible when the log window is full.
Expected Outcome
Scroll to newest entry at the bottom, if scroll position is at the bottom to begin with. The auto-scrolling to bottom should not occur when the window is not currently scrolled to the bottom.
Environment
Dashboard
5.2.0-alpha.11