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.

Author vtudorache
Recipients belgort, cheryl.sabella, ned.deily, rhettinger, taleinat, terry.reedy, vtudorache, wordtech
Date 2018-08-05.15:38:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533483518.33.0.56676864532.issue34047@psf.upfronthosting.co.za>
In-reply-to
Content
With:

up = {EventType.MouseWheel: (event.delta >= 0) == darwin,
      EventType.Button: (event.num == 4)}

in editor.py at 461-462 I don't see bugs #1 neither #3 on 3.7.0 but I'll try with other files.
History
Date User Action Args
2018-08-05 15:38:38vtudorachesetrecipients: + vtudorache, rhettinger, terry.reedy, taleinat, wordtech, ned.deily, cheryl.sabella, belgort
2018-08-05 15:38:38vtudorachesetmessageid: <1533483518.33.0.56676864532.issue34047@psf.upfronthosting.co.za>
2018-08-05 15:38:38vtudorachelinkissue34047 messages
2018-08-05 15:38:38vtudorachecreate