Closed
Description
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:
- 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);
}
- On the long line of code, press End.
- 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.