This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients markroseman, serhiy.storchaka, steven.daprano, terry.reedy
Date 2016-07-30.04:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469852140.69.0.702938949004.issue27621@psf.upfronthosting.co.za>
In-reply-to
Content
In Tk widgets tk_dialog and tk_messageBox (corresponding Tkinter widgets dialog.Dialog and messagebox.Message) pressing Return invokes focused button. The comment in tk_dialog implementation:

    # 4. Create a binding for <Return> on the dialog if there is a
    # default button.
    # Convention also dictates that if the keyboard focus moves among the
    # the buttons that the <Return> binding affects the button with the focus.

I expected the same behavior in IDLE Query dialog. If this behavior considered outdated, I'm nice to close this issue.
History
Date User Action Args
2016-07-30 04:15:40serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, steven.daprano, markroseman
2016-07-30 04:15:40serhiy.storchakasetmessageid: <1469852140.69.0.702938949004.issue27621@psf.upfronthosting.co.za>
2016-07-30 04:15:40serhiy.storchakalinkissue27621 messages
2016-07-30 04:15:40serhiy.storchakacreate