-
Notifications
You must be signed in to change notification settings - Fork 92
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
Red square ("busy indicator") missing? #5724
Comments
Yes, I agree it seems to have gone missing. I'm going to initiate a search for the 🟥 button! Sidebar: it is sort of a busy indicator, but its real purpose is to try to interrupt the computation, if the user clicks it. |
Yes, you're right. The busy indicator is more the green border left of the console. It's the equivalent to the RStudio stop button. |
I did a manual bisect investigation using the private pre-release builds. I can narrow it down to these 3 commits, of which 59b5b0c sure looks the most related to this matter 🧐: Button is last present in 2024.12.0-48: In the next pre-release build, 2024.12.0-51, button is gone: |
) This fixes an issue in which the Interrupt/Stop button disappeared from the Console. The problem appears to be that the `ActionBarButton` does not render its child elements when it has no dropdown indicator. The fix is to render them beneath the button face in this situation. Addresses #5724. ### QA Notes This is only one line of code, but could affect any button in the UI.
Verified Fixed
Test scenario(s)Works with a simple sleep. Link(s) to TestRail test cases run or created: |
Not sure if this was intentional, but in previous Positron versions, there was a res square in the upper right corner, indicating when R console was busy:
This is missing in the latest version - was this change intentional?
Positron Version: 2025.01.0 (system setup) build 39
Code - OSS Version: 1.93.0
Commit: c7ef34f
Date: 2024-12-09T02:44:40.379Z
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.26100
The text was updated successfully, but these errors were encountered: