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.

scrollbar not displaying in output area

See original GitHub issue

Prerequisites

Description

Scrollbar is not displaying in the first section of the output area (the one with clock icon). Mouse wheel also does nothing, and there is no way to scroll to the bottom of the output area.

Steps to Reproduce

for i in range(1, 200):
    print(f'{i} test')

Versions

OS version: Windows 10

atom --version

 Atom    : 1.48.0
Electron: 5.0.13
Chrome  : 73.0.3683.121
Node    : 12.0.0

apm --version

apm  2.5.0
npm  6.14.5
node 10.20.1 x64
atom 1.48.0
python 3.7.3
git 2.17.1.windows.2
visual studio

Hydrogen version:

2.14.1

Plugins

Have you installed and activated any of the Hydrogen plugins below ?

  • hydrogen-python
  • Hydrogen Launcher
  • Data Explorer

Expected behavior

A scrollbar should appear on the right hand side.

Screenshots

The first section of output area does not have scrollbar

image

The second one does

image

Additional context

More people seem to be having the same problem:

https://discuss.atom.io/t/hydrogen-scrollbar-output-not-displaying/75785

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
BenRussertcommented, Aug 13, 2020

I looked at this and just opened #1995, take a look if you can @captainsafia or @aviatesk

0reactions
domwolfycommented, Aug 11, 2020

scrollproblem Same issue for me although its not only the first output window, its all. Atom 1.49.0 x64, Hydrogen 2.14.4

Read more comments on GitHub >

github_iconTop Results From Across the Web

div scrollbar not appearing - Stack Overflow
I use css infrequently, but I thought that the following should create a scrollable area. Instead, it seems to ...
Read more >
Vertical and horizontal scrollbar not both visible in toggled ...
I suppose the one scrollbar belongs to the output itself, and the other to the toggled ouput area, but would it be possible...
Read more >
HORIZONTAL SCROLL BAR IS NOT COMING IN ALV LIST ...
The horizontal bar will appear automatically when the output fields length is larger than the screen width. Try to increase your field width...
Read more >
Python - Tkinter Scrollbar - Tutorialspoint
This widget provides a slide controller that is used to implement vertical scrolled widgets, such as Listbox, Text and Canvas. Note that you...
Read more >
How to Change the Position of Scrollbar using CSS
The features of the scroll bar can be controlled by the use of CSS. Earlier it was not possible but new versions of...
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