Scrolling output in dock no longer works
See original GitHub issuePrerequisites
- Have you checked the solutions in our troubleshooting guide for common problems ?
- Have you checked that your issue isn’t already filed ? Related issues: #785, #2026
Description
Since I work with code that frequently results in large outputs I configured the hydrogen output to be displayed in the dock by default. Outputs that are longer than the screen height used to be viewable by simply scrolling down, however, this is no longer the
Steps to Reproduce
- In hydrogen settings activate
View output in the dock by default
- Execute command with long output, e.g:
for i in range(100): print(i)
- Note that the visible output reaches 40 and the remainder is off-screen
- Scrolling down to see the remaining output does not work
- The only way I found is to mark any line and use <kbd>shift</kbd> + <kbd>↓</kbd> to expand the selection downwards, as the visible output section is moved with the selection.
- This ‘downward selection method’ however results in the output slider to disappear (see screenshots) and switching to previous or later outputs is not possible until the output view has been returned to the top (again selecting an arbitrary line and pressing <kbd>shift</kbd> + <kbd>↑</kbd>)
Versions
OS version: macOS Catalina 10.15.7
atom --version
Atom : 1.54.0
Electron: 6.1.12
Chrome : 76.0.3809.146
Node : 12.4.0
apm --version
apm 2.5.2
npm 6.14.8
node 12.4.0 x64
atom 1.54.0
python 3.8.6
git 2.27.0
Hydrogen version:
2.14.6
Plugins
Have you installed and activated any of the Hydrogen plugins below ?
- hydrogen-python
- Hydrogen Launcher
- Data Explorer
Logs
[Please post any error logs and the output of the developer tools as described in our Debugging Guide.]
Expected behavior
Being able to scroll output
Screenshots
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Mouse scrolling stops working in macOS Monterey
Hi all I have MacBook Pro M1. Yesterday I upgraded my Mac with new macOS Monterey 12.0.1. Since that upgrade my Apple mouse...
Read more >macos - Any fixes for Dock not following the mouse to move ...
If you move the cursor to the bottom edge of either screen and keep your finger on the trackpad, the dock will pop...
Read more >How to fix your DisplayLink product from repeatedly ...
This can be caused by loose video cables or USB instability. Firstly check that the video cable is fully plugged into the dock...
Read more >Jupyterlab active scroll bars for long results
Right click on cell's output -> "Create New Output View ". This will create a separate scrollable view and dock it to the...
Read more >TESmart KVM Switch Troubleshooting (HKS0402A1U ...
How to fix TESmart dual monitor KVM setup issues including no video, hotkeys not working, no audio.MAKE SURE TO WATCH CRITICAL SETUP TIPS....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we should be able to make it auto-scroll again if that was the behavioral earlier. Will take a look into it.
@juliuscrn just to clarify the behavior I am observing:
The second tab autoscrolls down if you switch from the first tab. The first tab doesn’t scroll at all.
BUT it does not scroll down automatically if you are already on the second tab when there is new output.
As an aside, I don’t actually know the intended difference between the first and second tab.