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

Data Explorer: Summary panel reopens after being closed #4979

Open
kv9898 opened this issue Oct 9, 2024 · 2 comments
Open

Data Explorer: Summary panel reopens after being closed #4979

kv9898 opened this issue Oct 9, 2024 · 2 comments
Labels
area: data explorer Issues related to Data Explorer category. bug Something isn't working support

Comments

@kv9898
Copy link

kv9898 commented Oct 9, 2024

System details:

Windows 11

Positron and OS details:

Positron Version: 2024.10.0 (system setup) build 14
Code - OSS Version: 1.93.0
Commit: 901ab5d
Date: 2024-10-09T15:24:43.348Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631

Interpreter details:

R 4.4.1

Describe the issue:

After closing the summary panel for a dataset, it automatically reopens after switching back from another tab.

Steps to reproduce the issue:

  1. Run in R mtcars <- mtcars
  2. Open mtcars in data explorer
  3. Close the summary panel
  4. Turn to another tab (e.g. R script)
  5. Switch back to the data explorer of mtcars
  6. The summary panel is open again

Expected or desired behavior:

The summary panel stays closed after it's closed by the user.

Preferably, the user has an option to keep it closed by default and only open it on request.

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

None

@jonvanausdeln
Copy link
Contributor

@kv9898 , thank you for your report! It does the same thing for me! I'll move it along into our triage process!

@jonvanausdeln jonvanausdeln added the area: data explorer Issues related to Data Explorer category. label Oct 10, 2024
@juliasilge juliasilge added bug Something isn't working support labels Oct 10, 2024
@jmcphers jmcphers added this to the 2025.01.0 Pre-Release milestone Oct 15, 2024
@kv9898
Copy link
Author

kv9898 commented Jan 6, 2025

I noted that the summary panel layout (left or right) is 'remembered' correctly, but I failed to find out the relevant code. It seems that summary panel-related code is scattered in multiple files. If someone can tell me the location of the code responsible storing the layout information I can try to write it for collapsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: data explorer Issues related to Data Explorer category. bug Something isn't working support
Projects
None yet
Development

No branches or pull requests

5 participants