Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[ Bug] set_vscroll_position on multiline broken in version 4.61.0.206

Aperta
#6,626 26 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
25/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
python
Ambito
desktop

Direzione di ricerca

Inizia dall’implementazione di set_vscroll_position in PySimpleGUI.py e verifica come interagisce con gli elementi multiline e cprint sul port tkinter. Riproduci il comportamento di scorrimento segnalato con un programma minimale, confrontando le versioni 4.60.5 e 4.61.0.206. Il lavoro è completato quando l’output di multiline scorre correttamente senza richiedere window.refresh() né causare sfarfallii.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Bug Port - TK
Type of Issue (Enhancement, Error, Bug, Question)

Bug


Operating System

Windows 10

PySimpleGUI Port (tkinter, Qt, Wx, Web)

tkinter


Versions

Python version: 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC v.1935 64 bit (AMD64)]
port: tkinter
tkinter version: 8.6.13
PySimpleGUI version: 4.60.5
PySimpleGUI filename: C:\Users\Simon\AppData\Roaming\Python\Python312\site-packages\PySimpleGUI\PySimpleGUI.py


Your Experience In Months or Years (optional)

Years Python programming experience - 1 year

Years Programming experience overall - 40 plus years (doesn't mean I'm any good though)

Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine) - No

Anything else you think would be helpful?


Troubleshooting

These items may solve your problem. Please check those you've done by changing - [ ] to - [X]

  • [X ] Searched main docs for your problem www.PySimpleGUI.org
  • Looked for Demo Programs that are similar to your goal. It is recommend you use the Demo Browser! Demos.PySimpleGUI.org
  • [X ] None of your GUI code was generated by an AI algorithm like GPT
  • If not tkinter - looked for Demo Programs for specific port
  • For non tkinter - Looked at readme for your specific port if not PySimpleGUI (Qt, WX, Remi)
  • [ X] Run your program outside of your debugger (from a command line)
  • Searched through Issues (open and closed) to see if already reported Issues.PySimpleGUI.org
  • Have upgraded to the latest release of PySimpleGUI on PyPI (lastest official version)
  • [X ] Tried using the PySimpleGUI.py file on GitHub. Your problem may have already been fixed but not released
Detailed Description

Looks like a bug, but it might just be the way I am using it.

Using cprint to print to multiline element. Using set_vscroll_position when output has more lines than multiline can show.

Worked beautifully in pysimplegui 4.60.5

Upgraded to pysimplegui 4.61.0.206 to take advantage of something... can't remember what it was. Some days later realised that
my cprint to multiline does not scroll / scrolls by a tiny amount in pysimplegui 4.61.0.206. It can be made to work with an additional call to window.refresh(), but this makes the multiline flash in a most unattractive manner.

Reverted to version 4.60.5 and it works beautifully again. No window.refresh required and no flashing.

Code To Duplicate

A short program that isolates and demonstrates the problem (Do not paste your massive program, but instead 10-20 lines that clearly show the problem)

This pre-formatted code block is all set for you to paste in your bit of code:


# Paste your code here
# It will take some effort to create a short program to isolate the issue. If you are not already aware of this I will try to produce something.

Screenshot, Sketch, or Drawing

Watcha Makin?

A program to replay chess games from my games database. I use cprint to get the current move highlighted in red in the multiline.
screenshot

Lingua principale
Python
Stelle
13.8k
Fork
1.8k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di PySimpleGUI/PySimpleGUI

Tutte le issue di PySimpleGUI/PySimpleGUI

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.