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 terry.reedy
Recipients JayKrish, Saimadhav.Heblikar, Todd.Rovito, jesstess, ned.deily, rhettinger, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2014-08-06.06:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407305465.04.0.210396654932.issue17535@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the patch works slightly better on my system with the above mentioned block uncommented. The problem being addressed is this. The editor sendx a set command to the vertical scrollbar after *any* action that affects the lines displayed. We intercept the set command to set the sidebar in addition to the scrollbar slider. Works great. But after a font change, the editor emits two badly off and bogus commands, causing line numbers and the slider to unnecessarily jiggle up and down (or down and up). It then send a third set command with the proper fractions. Attached is the file I wrote to verify visual observations.

I would like to commit this after checking a few details mentioned in previous messages. I would, however, like someone to first test the latest patch on OSX.
History
Date User Action Args
2014-08-06 06:11:05terry.reedysetrecipients: + terry.reedy, rhettinger, taleinat, ned.deily, roger.serwy, jesstess, Todd.Rovito, serhiy.storchaka, JayKrish, Saimadhav.Heblikar
2014-08-06 06:11:05terry.reedysetmessageid: <1407305465.04.0.210396654932.issue17535@psf.upfronthosting.co.za>
2014-08-06 06:11:04terry.reedylinkissue17535 messages
2014-08-06 06:11:04terry.reedycreate