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 ronaldoussoren
Recipients georg.brandl, ned.deily, ronaldoussoren
Date 2011-03-15.23:19:08
SpamBayes Score 4.3892667e-13
Marked as misclassified No
Message-id <1300231148.86.0.708660336279.issue10736@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the test failures with Tk 8.5.9, I haven't tested with other versions or other platforms.

The change to 'test_traversal' should be sane.

The change to 'test_tab_identifiers' is more phishy. I've done two changes there: (1) slightly different index to test for tab 0, as layout on OSX needs more space and (2) the code assumes that tab("idx") won't raise an exception, I've added a TclError catch to ensure that other locations get tested as well.

With these changes the tests pass, but I'd like a review from someone that knows about tkinter and ttk before committing.
History
Date User Action Args
2011-03-15 23:19:08ronaldoussorensetrecipients: + ronaldoussoren, georg.brandl, ned.deily
2011-03-15 23:19:08ronaldoussorensetmessageid: <1300231148.86.0.708660336279.issue10736@psf.upfronthosting.co.za>
2011-03-15 23:19:08ronaldoussorenlinkissue10736 messages
2011-03-15 23:19:08ronaldoussorencreate