Skip to content

Add JS API console auto-scrolling to bottom #2452

Open
@mtrezza

Description

@mtrezza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions