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 gpolo
Recipients gpolo, loewis, srid
Date 2010-04-08.12:55:37
SpamBayes Score 7.5972684e-06
Marked as misclassified No
Message-id <h2uac2200131004080555re4f2041ck99a94b02656fb91d@mail.gmail.com>
In-reply-to <1270719656.16.0.63484988556.issue8204@psf.upfronthosting.co.za>
Content
> Martin v. Löwis added the comment:
>
> I can reproduce the problem. The root cause is that the "event generate .nb <Control-Tab>" simply does not have any effect - neither through Python, nor through directly wish. Nor do any of the other keys that supposedly cycle through the notebook, when send through "event generate". Typing them directly works fine.
>

Could it be caused because the notebook is not focused at the correct
time ? Here in OSX (finally I have one of these) I had to add
self.nb.focus() before that event_generate.

The attached patch is for trunk.
Files
File name Uploaded
p1.diff gpolo, 2010-04-08.12:55:37
History
Date User Action Args
2010-04-08 12:55:39gpolosetrecipients: + gpolo, loewis, srid
2010-04-08 12:55:37gpololinkissue8204 messages
2010-04-08 12:55:37gpolocreate