Miscellanea 1
Why QA is Important, from the people behind Fog Creek Copilot. I really couldn't have put it better myself. My only query with the whole entry would be; why on earth don't the staging servers have SSL on them? A self-generated certificate would be sufficient to avoid the hassle of splashing the cash for staging boxes.
The isFiltered() method of the Ext.data.Store class returns "undefined" when no filter is set or one has been set and cleared, rather than False. Either a duff copy in the Coolite assembly, or what smells like a bug in the implementation. Unless of course a return type of Boolean is now a tri-state of true, false and undefined?
The isFiltered() method of the Ext.data.Store class returns "undefined" when no filter is set or one has been set and cleared, rather than False. Either a duff copy in the Coolite assembly, or what smells like a bug in the implementation. Unless of course a return type of Boolean is now a tri-state of true, false and undefined?

Are you sure you aren't seeing this bug: https://yui-ext.com/forum/showthread.php?t=24481? I thought it was the isFiltered() method as well but found that i needed to wrap the getXY method in a try catch and that fixed the problem I was seeing. Best of luck!
Peter - I think the bug you linked to relates more to http://www.robertwray.co.uk/blog/2008/12/extjs-getclientrects-error---p.html than this entry?