posit-dev / positron

Positron, a next-generation data science IDE
https://positron.posit.co
Other
2.61k stars 79 forks source link

Data Explorer: Summary panel reopens after being closed #4979

Open kv9898 opened 3 weeks ago

kv9898 commented 3 weeks ago

System details:

Windows 11

Positron and OS details:

Positron Version: 2024.10.0 (system setup) build 14 Code - OSS Version: 1.93.0 Commit: 901ab5d11d694212d32e53b97f771c5d601e428e 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 commented 3 weeks ago

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