[issue34047] IDLE: on macOS, scroll slider 'sticks' at bottom of file

Raymond Hettinger report at bugs.python.org
Thu Jul 19 02:42:00 EDT 2018


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I've encountered this problem as well.  It occurs with files bigger than a screenful (i.e. use OpenModule to open the collections module).  Both the scroll-up and scroll-down inputs result in scrolling down.  This occurs with a fresh MacOs install of Python 3.7 from python.org.  I do not have the issue on other versions of Python.


    Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 26 2018, 23:26:24) 
    [Clang 6.0 (clang-600.0.57)] on darwin

This is running on MacOS High Sierra 10.13.5 running on a Haswell CPU with Iris Pro.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list