Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taking input from the console doesn't make the console scroll down #4136

Closed
dfalbel opened this issue Jul 24, 2024 · 2 comments
Closed

Taking input from the console doesn't make the console scroll down #4136

dfalbel opened this issue Jul 24, 2024 · 2 comments
Assignees
Labels
area: console Issues related to Console category. bug Something isn't working

Comments

@dfalbel
Copy link
Contributor

dfalbel commented Jul 24, 2024

Positron Version:

Positron Version: 2024.06.1 (Universal) build 10
Code - OSS Version: 1.90.0
Commit: 2ee647c
Date: 2024-06-24T03:50:10.276Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.5.0

Steps to reproduce the issue:

  1. Start an R console
  2. Make it so the command is at the bottom of the screen
  3. type x <- menu(letters) and select any value.\

This also happens with readline() or Python's input() so not specifically an R issue.

Screen.Recording.2024-07-24.at.10.32.32.mov

What did you expect to happen?

The console should scroll down to the bottom of the output is it does with executing code - as shown in the video.
Additionally, after the selection, the focus should return to the console input. See also discussion on slack.

Were there any error messages in the Output panel or Developer Tools console?

N/A

@dfalbel dfalbel added bug Something isn't working area: console Issues related to Console category. lang: r labels Jul 24, 2024
@dfalbel dfalbel changed the title menu selection doesn't make the console scroll down Taking input from the console doesn't make the console scroll down Jul 24, 2024
@dfalbel dfalbel removed the lang: r label Jul 24, 2024
@juliasilge juliasilge added this to the 2024.10.0 Pre-Release milestone Aug 5, 2024
@softwarenerd softwarenerd self-assigned this Sep 14, 2024
@softwarenerd
Copy link
Contributor

In addition to scrolling the next ConsoleInput into view, it must also be focused.

@testlabauto
Copy link
Contributor

Verified Fixed

Positron Version(s) : 2024.09.0-55
OS Version          : OSX

Test scenario(s)

Verified with initial filing example.

Link(s) to TestRail test cases run or created:

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: console Issues related to Console category. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants