[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-04-07 Thread PySimpleGUI
PySimpleGUI added the comment: Hi Ned... thank you kindly for the response. Code was provided on Dec 26, 2021 that reproduces the problem. We've taken the extra step of verifying on Linux and Mac that indeed the problem is on those operating systems as well. I'm struggling to

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-04-04 Thread Ned Deily
Ned Deily added the comment: Unfortunately, this is the kind of issue, often the case with tkinter issues, where it is difficult to know where the problem might be. While I know little about the internals of tkinter and Tk, my intuition is that this is most likely a Tk issue and would need

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-04-04 Thread Jim Wygralak
Jim Wygralak added the comment: DATA: Just chiming in to report that I'm seeing this issue with the following freshly installed: Python 3.10.4 tkinter 8.6.12 PySimpleGUI 4.57.0 OS is Windows 10 As others have report it is related to the cursor entering the tool tip box before clicking the

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-03-16 Thread PySimpleGUI
PySimpleGUI added the comment: We've been able to verify this is a problem on Windows, Mac and Linux using the code that Jason posted earlier. Here's a video of the behavior on Linux. The problem you'll see is that button click events stop being generated. I'm hoping this is a symptom of

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-02-06 Thread PySimpleGUI
PySimpleGUI added the comment: I'm sorry for not getting back quicker on the Linux testing. I've not figured out how to get 8.6.12 up and running on my Linux environment. I've tried both Python 3.9 and Python 3.10 and neither have 8.6.12. -- Added file:

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-02-02 Thread PySimpleGUI
PySimpleGUI added the comment: I'll do some Linux testing today to see if I can replicate it. There was another problem reported that only on 8.6.12 on Mac (sorry, don't mean to muddy the waters by mentioning it). The reason I bring it up is that I've not seen a tkinter release have these

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-02-01 Thread Jason Yang
Jason Yang added the comment: The platform is WIN10 which shown at last line in first message. I don't have other platforms to test if ok or not. -- ___ Python tracker ___

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-02-01 Thread Ned Deily
Ned Deily added the comment: Can you say which platforms are affected by this? The OP's example appears to be from a Windows system. Are Unix (X11) and/or macOS versions of Tk affected, too? -- nosy: +ned.deily ___ Python tracker

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-02-01 Thread PySimpleGUI
PySimpleGUI added the comment: This issue is impacting multiple PySimpleGUI users in particular. One commented today: "I already spent a day trying to figure out what was happening to my UI when I found this open issue." Until a fix is found, I'm going to add a specific check for 8.6.12

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2021-12-31 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +serhiy.storchaka stage: -> test needed type: crash -> behavior versions: +Python 3.11 -Python 3.8 ___ Python tracker ___

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2021-12-26 Thread Jason Yang
New submission from Jason Yang : Button no response when clicked if mouse move into tooltip and tooltip destroyed for Python 3.9.9/3.10.1 and tkinter 8.6.12 You can check it by moving mouse into button, then move to tooltip after it shown, then click button and you won't get response for