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 terry.reedy
Recipients louielu, serhiy.storchaka, terry.reedy
Date 2017-05-31.05:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496209516.23.0.106030459264.issue27115@psf.upfronthosting.co.za>
In-reply-to
Content
Louie, please don't revert header corrections made by a core developer.

I see no mention of binding to press versus release in the original query issue: #27380.  Since the original query code is an edited version of previous code, I suspect I left the binding as it was.  The current subclasses are used with ConfigDialog, where it may not make much difference.  In any case, we will make changes somewhere to fix the problem: change the base class, move the binding in the subclass, or bind "def catch_return(event): return 'break'" to return release.

Unfinished issue #27621 is about refining details of Query button behavior, especially focus, in a cross-platform manner.  I would like for us both to at least review the remaining issues there before doing this one.
History
Date User Action Args
2017-05-31 05:45:16terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, louielu
2017-05-31 05:45:16terry.reedysetmessageid: <1496209516.23.0.106030459264.issue27115@psf.upfronthosting.co.za>
2017-05-31 05:45:16terry.reedylinkissue27115 messages
2017-05-31 05:45:15terry.reedycreate