[issue26405] tkinter askopenfilename doubleclick issue on windows

2016-02-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thus this is not Python bug. -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___

[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-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Can't reproduce the bug on Linux. Try to run pure Tcl/Tk script (install ActiveTcl and use the "wish" command). If the bug is reproduced, this is Tk bug. -- nosy: +terry.reedy Added file: http://bugs.python.org/file42019/issue26405.tcl _

[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 ___ ___ Python-bugs-li

[issue26405] tkinter askopenfilename doubleclick issue on windows

2016-02-22 Thread SilentGhost
Changes by SilentGhost : -- components: +Windows nosy: +gpolo, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___

[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 f