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 JayKrish, Todd.Rovito, philwebster, python-dev, terry.reedy
Date 2013-08-19.06:19:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376893167.08.0.806709710766.issue18489@psf.upfronthosting.co.za>
In-reply-to
Content
As with searchdialogbase tests, I get the following in the console every time I run the test file within idle.
'''
can't invoke "event" command:  application has been destroyed
    while executing
"event generate $w <<ThemeChanged>>"
    (procedure "ttk::ThemeChanged" line 6)
    invoked from within
"ttk::ThemeChanged"
'''
This seems like a bug somewhere, but where? Why is ttk involved?

When I applied the patch, the tests ran, but left two tk windows. I added the missing root.destroy() calls. I plan to separate the class methods that search a text widget into a separate test case (or more).

10 lines are not yet covered. 6 should be easy.
History
Date User Action Args
2013-08-19 06:19:27terry.reedysetrecipients: + terry.reedy, Todd.Rovito, python-dev, JayKrish, philwebster
2013-08-19 06:19:27terry.reedysetmessageid: <1376893167.08.0.806709710766.issue18489@psf.upfronthosting.co.za>
2013-08-19 06:19:27terry.reedylinkissue18489 messages
2013-08-19 06:19:26terry.reedycreate