[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: IDLE currently uses whatever 'ttk.Scrollbar' is. Unlike Windows, there are no top and bottom arrows, but this is also true with Safari, so I presume normal. "Clicking trough near slider has no effect". True for large file and small slider, not for medium

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Christopher A. Chavez
Christopher A. Chavez added the comment: > Apparently, the current ttk.Scrollbar on the 8.6.8 we currently deliver > should sort of work. I'm not sure if that is the case, though I have not tested with 8.6.8 (I do not currently have access to High Sierra or earlier). Based on a comment by

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Christopher, I submitted before seeing your message. Thank you for the additional info, which verifies that this is an upstream issue. Apparently, the current ttk.Scrollbar on the 8.6.8 we currently deliver should sort of work. -- resolution: ->

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: This should probably be closed as 3rd party, but someone needs to verify that the bug is in tk. In the meanwhile, let it sit. Vlad's test works perfectly on Windows with 8.6.9. In multiple tries, mouse at (x, Y <= 16) is top arrow, (x, y >= 17) is slider.

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Ned Deily
Ned Deily added the comment: As far as I recall, the scrollbar issue did seem to be fixed in 8.6.9.1 so that was one plus for updating. But, as described in Issue35485, updating introduced other, far more serious new problems so we decided to revert to 8.6.8 and wait for a new official

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Christopher A. Chavez
Christopher A. Chavez added the comment: I have not successfully reproduced the issue here with tkinter 3.7.3 using 8.6.9.1 or recent core-8-6-branch on macOS Mojave. I understand the reporter of this issue believed this was not an upstream Tk issue. However there's a recently opened

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Ned Deily
Ned Deily added the comment: > Since then, there do not seem to have been any official releases of 8.6.9 so > we remain with 8.6.8 That is: there have been no official releases of Tk past 8.6.9.1 which was tried, along with the then current HEAD of the 8.6 maintenance branch, back in

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Ned Deily
Ned Deily added the comment: As far as I recall, we have only ever shipped 8.6.8 in final releases since we started providing a built-in Tcl/Tk in the python.org macOS installers as of 3.7.0, 3.6.8, and 2.7.16 (https://www.python.org/download/mac/tcltk/). There was the disastrous attempt

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Ned, is the version of tcl/tk on Mac the same in 3.8.0b1 and upcoming 3.7.4 as it was last September? (8.6.8 in 3.7.3, not sure in Sept.) -- ___ Python tracker

[issue34796] Tkinter scrollbar issues on Mac.

2019-06-16 Thread Christopher A. Chavez
Change by Christopher A. Chavez : -- nosy: +chrstphrchvz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34796] Tkinter scrollbar issues on Mac.

2018-09-24 Thread Terry J. Reedy
New submission from Terry J. Reedy : #34047 was about scrollbar issues on MacOS in 3.7.0 and 3.6.6. One was due to an IDLE bug, which was fixed on the issue. Others, which can be demonstrated in the pure tkinter code below, are the subject of this issue. 1. Slider does not move properly