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

Web: scrolling in the Variables view doesn't work #5473

Open
timtmok opened this issue Nov 22, 2024 · 0 comments
Open

Web: scrolling in the Variables view doesn't work #5473

timtmok opened this issue Nov 22, 2024 · 0 comments
Assignees
Labels
area: variables Issues related to Variables category. area: workbench Issues related to Workbench category. bug Something isn't working

Comments

@timtmok
Copy link
Contributor

timtmok commented Nov 22, 2024

System details:

Positron and OS details:

2024.11.0

Interpreter details:

Either Python or R

Describe the issue:

Create enough variables to cause the Variables view to require scrolling. The view can be shrunk vertically to help achieve this.

x <- 5
xx <- 5
xxx <- 5
yyy <- 5
yy <- 5
y <- 5
z <- 1
zz <- 1
zzz <- 1
Screen.Recording.2024-11-22.at.4.41.26.PM.mov

The video attempted to scroll but it only worked by using the scroll bar.

The div that requires scrolling should be wrapped in a Scrollable or listen to the wheel event in order to forward the scroll values.

Expected or desired behavior:

Scrolling with a mouse wheel works

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

none

@timtmok timtmok added the bug Something isn't working label Nov 22, 2024
@timtmok timtmok added this to the 2024.12.0 Pre-Release milestone Nov 22, 2024
@timtmok timtmok self-assigned this Nov 22, 2024
@juliasilge juliasilge added the area: variables Issues related to Variables category. label Nov 22, 2024
@petetronic petetronic added the area: workbench Issues related to Workbench category. label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: variables Issues related to Variables category. area: workbench Issues related to Workbench category. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants