[issue44739] Tkinter text horizontal scrollbar is not stationary

E. Paine report at bugs.python.org
Mon Jul 26 16:31:25 EDT 2021


E. Paine <xepaine13 at gmail.com> added the comment:

Thank you for reporting this issue. I have personally found this problem to be annoying and it is also noted in msg377227. I did a brief bit of research but couldn't find an existing ticket on https://core.tcl-lang.org/tk/ticket so please feel free to report it there.

I believe it is a side-effect of optimisations the Tk team have made to allow the Text widget to have reasonable performance with a large number of lines (so I would be surprised if this limitation was not already known by them). Again, thank you for reporting this issue, but tkinter is just a thin wrapper around Tk so I think the issue here should be closed.

----------
nosy: +epaine, serhiy.storchaka
title: XScrollbar is not stationary -> Tkinter text horizontal scrollbar is not stationary

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44739>
_______________________________________


More information about the Python-bugs-list mailing list