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 Saimadhav.Heblikar, asvetlov, cheryl.sabella, ggenellina, gpolo, louielu, markroseman, mcepl, mrabarnett, rhettinger, taleinat, terry.reedy, veganaiZe, wolma
Date 2019-06-18.02:33:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560825223.96.0.0509626162698.issue5680@roundup.psfhosted.org>
In-reply-to
Content
A more than minimal patch has been merged.  Further work will be on new issues.  Remaining problems not previously discussed:

1. Tab focus traversal is wrong.  This is generic to Query subclasses that add widgets.  See #37325.

2. When the customize box is cancelled, focus goes to the Shell, even when I add 'event.widget.focus_set/force()'.  When the parent of the box was the editor, 'self.shell.text.focus_set' did not work to shift it to the Shell text.

Does anyone else have any idea how to put the focus back on the editor after cancel?
History
Date User Action Args
2019-06-18 02:33:43terry.reedysetrecipients: + terry.reedy, rhettinger, ggenellina, taleinat, gpolo, mcepl, mrabarnett, asvetlov, markroseman, wolma, Saimadhav.Heblikar, louielu, cheryl.sabella, veganaiZe
2019-06-18 02:33:43terry.reedysetmessageid: <1560825223.96.0.0509626162698.issue5680@roundup.psfhosted.org>
2019-06-18 02:33:43terry.reedylinkissue5680 messages
2019-06-18 02:33:43terry.reedycreate