[issue34047] Scrolling in IDLE for OS X is not working correctly when reaching end of file

Ned Deily report at bugs.python.org
Wed Jul 4 13:50:25 EDT 2018


Ned Deily <nad at python.org> added the comment:

I think I am able to reproduce that behavior (I'm using IDLE from a python.org 10.9+ installer).  What I'm seeing is that if you scroll to the bottom of a file that exceeds the length of the open text window and then click on and try to move the position indicator in the scroll bar, the position indicator does not move nor does the file scroll.  But if I then click elsewhere in the scroll bar and then try to grab and move the indicator, it works OK.  So perhaps IDLE is overriding a text widget event or some such.  FWIW a quick test in the wish8.6 text demo seems to work OK.

----------
nosy: +ned.deily

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


More information about the Python-bugs-list mailing list