This morning I discovered a very consistent crash in the Javascript
patch in QC. I sent the bug when the form came up. But I just wanted
to post the very simple way to reproduce this here. You simply do this:
1) Open a new QC project
2) Add a Javascript patch
3) Go into the patch and edit the code
4) Get rid of the existing line of code
5) type "if ("foo" in this) { }"
When you typ the closing brace QC crashes. It does not happen if you
replace 'this' with 'bar'. But if you try to do this on any Object
that exists, QC will crash. Seems like whatever logic is validating
the code typed doesn't like 'in' much...