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 wordtech
Recipients serhiy.storchaka, vtudorache, wordtech
Date 2018-08-15.02:40:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534300853.46.0.56676864532.issue34370@psf.upfronthosting.co.za>
In-reply-to
Content
I just committed http://core.tcl.tk/tk/info/26a029b4a88ff97f, which fixes the scrolling issue in Tk. Running the test scripts here indicate the behavior is now correct; clicking several pixels below the bottom part of the scroll button causes the scroll to jump, instead of smoothly scrolling. (One must click the scroll button directly for smooth scrolling, which is the expected behavior.) The fix involved removing support for a small scroll button variant, which was causing the confusion; by sticking with a single variant, the normal size scroller, the behavior is correct and consistent.
History
Date User Action Args
2018-08-15 02:40:53wordtechsetrecipients: + wordtech, serhiy.storchaka, vtudorache
2018-08-15 02:40:53wordtechsetmessageid: <1534300853.46.0.56676864532.issue34370@psf.upfronthosting.co.za>
2018-08-15 02:40:53wordtechlinkissue34370 messages
2018-08-15 02:40:53wordtechcreate