question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Scrolling output in dock no longer works

See original GitHub issue

Prerequisites

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

  1. In hydrogen settings activate View output in the dock by default
  2. Execute command with long output, e.g:
    for i in range(100):
        print(i)
    
  3. Note that the visible output reaches 40 and the remainder is off-screen
  4. Scrolling down to see the remaining output does not work
  5. 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.
  6. 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

Screen Shot 2021-01-15 at 11 18 25 Screen Shot 2021-01-15 at 11 18 39

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
ramantehlancommented, Feb 2, 2021

I think we should be able to make it auto-scroll again if that was the behavioral earlier. Will take a look into it.

1reaction
2slscommented, Feb 2, 2021

@juliuscrn just to clarify the behavior I am observing:

  1. The second tab autoscrolls down if you switch from the first tab. The first tab doesn’t scroll at all.

  2. 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found