Skip to content

Pressing end doesn't scroll all the way to the end of a line #745

Closed
@TheV360

Description

@TheV360

Nature of issue?

  • Found a bug
  • Existing feature enhancement
  • New feature request

Details about the bug:

  • Web browser and version: Firefox 63
  • Operating System: Windows 10 1803
  • Steps to reproduce this:
  1. Make file with a very long line of code that doesn't fit on the screen.
function heck() {
  extremelyLongFunctionCall(helloWorld, xCoordinate, yCoordinate, otherVariableName, runningOutOfCreativeVariableNames, test, justRanOutOfVariableNames);
}
  1. On the long line of code, press End.
  2. You'll see that while the cursor moved to the end of the line correctly, the scrollbar didn't catch up to it, and you can't easily see what's at the end of the line without dragging the scrollbar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueA beginner-friendly issue, great for first-time contributorsHelp WantedWould love additional input or contributions!Priority:HighShould be addressed soon but not critical

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions