This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Idle Mac scrolling only down
Type: behavior Stage: resolved
Components: IDLE Versions: Python 3.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: IDLE: on macOS, scroll slider 'sticks' at bottom of file
View: 34047
Assigned To: terry.reedy Nosy List: andyharrington, terry.reedy
Priority: normal Keywords:

Created on 2018-10-01 19:29 by andyharrington, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg326821 - (view) Author: Andy Harrington (andyharrington) Date: 2018-10-01 19:29
In a source file in Idle I scroll down no matter which way I rotate the mouse wheel.   This happens in no other app.

Mac High Sierra OS.

I have the Mac scrolling setup "natural" - backwards from the Windows directions.
msg326833 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-10-01 22:12
Fixed in 3.7.1rc1, See the Mac downloads at
https://www.python.org/downloads/release/python-371rc1/
If no problems, 3.7.1 itself will follow in a week or so.
History
Date User Action Args
2022-04-11 14:59:06adminsetgithub: 79044
2018-10-01 22:12:32terry.reedysetstatus: open -> closed
superseder: IDLE: on macOS, scroll slider 'sticks' at bottom of file
messages: + msg326833

resolution: duplicate
stage: resolved
2018-10-01 19:29:30andyharringtoncreate