[issue31422] tkinter.messagebox and tkinter.filedialog don't show default button's keyboard shortcuts

jcrmatos report at bugs.python.org
Mon Sep 11 13:38:18 EDT 2017


New submission from jcrmatos:

tkinter.messagebox windows (eg. askokcancel, showerror, showinfo, ...) in Tkinter 8.6 running on Python 3.5.3, don't don't show the keyboard shortcuts/accelerators in the default buttons.

And the askopenfilename from tkinter.filedialog only shows the Open one. The Cancel does not appear and does not work.

I'm using it under Windows 7 Pro.

----------
components: Tkinter
messages: 301893
nosy: jcrmatos
priority: normal
severity: normal
status: open
title: tkinter.messagebox and tkinter.filedialog don't show default button's keyboard shortcuts
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31422>
_______________________________________


More information about the Python-bugs-list mailing list