System details:
Positron and OS details:
- Positron Version: 2026.4.0 (Daily Build)
- OS: macOS 14.0+ (Sonoma/Sequoia)
Session details:
- Interpreter: R 4.5.2
- Project: SKOAP LTFU (Local Workspace)
Describe the issue:
The Positron Top Bar (Search, New/Open buttons, Project name) fails to hide even when toggled off via settings or the Command Palette. This results in a "stuck" UI element that occupies vertical space, breaking the intended minimalist layout.
Steps to reproduce the issue:
- In
settings.json, set "positron.topBar.visible": false.
- Observe that the Top Bar remains visible in the UI.
- Run the command
Positron: Toggle Top Bar from the Command Palette.
- Note that the command does not change the UI state.
- Set
"window.customTitleBarVisibility": "windowed" and "workbench.statusBar.visible": false (as per my configuration) and reload the window; the bar persists.
Expected or desired behavior:
The Top Bar should be removed from the DOM/Layout, and the Editor/Sidebar should shift up to occupy the top of the window frame.
Actual behavior:
The Top Bar remains visible and interactive despite the false visibility setting. This appears to be a regression in the dailies channel when combined with custom title bar visibility settings.
Were there any error messages?
No errors in the Developer Tools console. The layout engine appears to be ignoring the visibility state of the positron-top-bar component.
Relevant settings.json Snippet:
{
"window.customTitleBarVisibility": "windowed",
"workbench.activityBar.location": "bottom",
"workbench.statusBar.visible": false,
"workbench.topActionBar.visible": false,
"positron.topBar.visible": false
}
System details:
Positron and OS details:
Session details:
Describe the issue:
The Positron Top Bar (Search, New/Open buttons, Project name) fails to hide even when toggled off via settings or the Command Palette. This results in a "stuck" UI element that occupies vertical space, breaking the intended minimalist layout.
Steps to reproduce the issue:
settings.json, set"positron.topBar.visible": false.Positron: Toggle Top Barfrom the Command Palette."window.customTitleBarVisibility": "windowed"and"workbench.statusBar.visible": false(as per my configuration) and reload the window; the bar persists.Expected or desired behavior:
The Top Bar should be removed from the DOM/Layout, and the Editor/Sidebar should shift up to occupy the top of the window frame.
Actual behavior:
The Top Bar remains visible and interactive despite the
falsevisibility setting. This appears to be a regression in thedailieschannel when combined with custom title bar visibility settings.Were there any error messages?
No errors in the Developer Tools console. The layout engine appears to be ignoring the visibility state of the
positron-top-barcomponent.Relevant
settings.jsonSnippet:{ "window.customTitleBarVisibility": "windowed", "workbench.activityBar.location": "bottom", "workbench.statusBar.visible": false, "workbench.topActionBar.visible": false, "positron.topBar.visible": false }