Spyder: Horizontal scrollbar in console hiding the last line

Created on 2 Dec 2020  路  3Comments  路  Source: spyder-ide/spyder

Issue Report Checklist

  • [x] Searched the issues page for similar reports
  • [x] Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • [x] Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • [x] Could not reproduce inside jupyter qtconsole (if console-related)
  • [x] Tried basic troubleshooting (if a bug/error)

    • [x] Restarted Spyder

    • [x] Reset preferences with spyder --reset

    • [x] Reinstalled the latest version of Anaconda

    • [x] Tried the other applicable steps from the Troubleshooting Guide

  • [x] Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

When the Spyder console has displayed output too wide to view, it adds a horizontal scroll bar to the bottom. This scrollbar hides the last command line of the console, and it seems I am unable to scroll down further. It's a very minor issue but it's annoying the hell out of me.

I recorded my screen to show the issue: https://youtu.be/WYuA6Zssges

What steps reproduce the problem?

  1. Plot a large figure like fig,ax=plt.subplots(figsize=(15,15))
  2. Try to type a new command
  3. When you can't see the command you type, try to scroll down

What is the expected output? What do you see instead?

Expected output: a full view of the console
Current output: a truncated view of the console

Versions

  • Spyder version: 4.0.1
  • Python version: 3.7.6
  • Qt version: 5.9.7
  • PyQt version: 4.6.0
  • IPython verion: 7.12.0
  • Operating System name/version: macOS Catalina 10.15.7
Completed

Most helpful comment

Hi @dalthviz,

Updating spyder did in fact work, so sorry i thought i had the latest version! Thanks for the quick reply anyway :)

Closing!

All 3 comments

Hi @lisatostrams could you try to update and check if the issue remains? Thanks!

Pinging @steff456 @juanis2112 to check if they can reproduce this in the latest Spyder available

Hi @dalthviz,

Updating spyder did in fact work, so sorry i thought i had the latest version! Thanks for the quick reply anyway :)

Closing!

Awesome @lisatostrams ! Glad things are working better :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JesterEE picture JesterEE  路  3Comments

yogu220172 picture yogu220172  路  3Comments

spyder-bot picture spyder-bot  路  3Comments

Khalilsqu picture Khalilsqu  路  3Comments

dalthviz picture dalthviz  路  3Comments