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

Tal Einat report at bugs.python.org
Fri Jul 6 02:47:48 EDT 2018


Tal Einat <taleinat at gmail.com> added the comment:

Confirmed on latest master on OSX.

I'm also experiencing many other kinds of erratic scrolling behavior:
1. Dragging the scrollbar isn't possible immediately after opening the file Lib/idlelib/editor.py.  Also later after scrolling to the top.
2. Scrolling via two-finger swipte on the trackpad scrolls down both when I scroll up and down.
3. Clicking in the trough slightly below the slider has no effect.

There's definitely something very broken!

Commenting out the `return 'break'` in handle_yview() doesn't appear to affect this.

In all cases I ran idle from a terminal via `python -m idlelib` and saw no errors.

----------
versions: +Python 3.8

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


More information about the Python-bugs-list mailing list