[issue26405] tkinter askopenfilename doubleclick issue on windows

2016-02-24 Thread rapolas
rapolas added the comment: I tried on Linux as well, issue wasn't present. Attached tcl script has the same behavior. And I found this already reported on tk tracker: https://core.tcl.tk/tk/tktview?name=faf37bd379 -- ___ Python tracker

[issue26405] tkinter askopenfilename doubleclick issue on windows

2016-02-23 Thread rapolas
rapolas added the comment: Just tried this on Python 2.7.11 and the issue is not present. -- ___ Python tracker <http://bugs.python.org/issue26405> ___ ___ Pytho

[issue26405] tkinter askopenfilename doubleclick issue on windows

2016-02-21 Thread rapolas
New submission from rapolas: Issue is that doubleclick passes a click down to a parent window, and if it happens that you doubleclicking to select a file directly above some button, that button gets pressed. Here is the code to demonstrate this issue: import tkinter as tk from tkinter import