Fixed Bug#8414: Error resizing columns in search table, which turned out to be a lot more serious than the title indicates
Bug#8599: Search results view will not cancel...traceback on attempt was fixed with my recent Menu/ToolBar refactoring
Fixed Bug#8627: Improve text when sidebar / app bar selections result in zero items
Fixed Bug#8644: Search doesn't always update/ clear status bar text
Fixed a bug in the persistence of text in the QuickEntry? field and setting the selection found during testing Bug#8644
Fix Bug#8681: Assertion error when attempting context menu rename of OOB collections
Fix Bug#8690: No color attribute on OOTB collections
Fix Bug#7462: "About Chandler" does not come up and it's variants
Fix Bug#8705: Collection icons don't update until you mouse over them
Finally tracked down those 2 pesky intermittent recorded scripts bugs that have taken so much of my time in recent weeks. The intermittentness was caused by a bug in the tinderbox not noticing faiulres, which Bear finally fixed. The fact that this bug was intermittent cost me a lot of time trying to reproduce it. Now that it became reproducable I was finally able to narrow it down.
The first bug: AssertionError?: The focus window, <wx._core.Window; proxy of >, is not class , was caused by a bug in how scripts are run from the command line. I was never able to reproduce this bug because I run scripts from inside Chandler -- which is convient for development/testing. So the recorded tests finally found a real bug.
The second error "AssertionError: widget´s value, "Test new event crea", doesn´t match the value when the script was recorded: "Test new event creat" in the recorded tests. This failure is caused by Bug#9061: beep when title too long in lozenges (was Need a different set of flags for the lozenge editor). This is the second real bug that the recorded scripts found.