Hi, > if ("softKeyboardRect" in FlexGlobals.topLevelApplication) > > isn't right because the application's softkeyboard rect is an mx_internal > variable and "in" only tests public variables.
Thanks for that, fixed it by changing it to be a try catch, the tests now pass. > Mustella was correct again, but you are right that it is hard to debug > these tests. Did you ever get the debugger to work on a mustella test? Not yet no - that would certainly make it easier. What's the reason that the test swfs can't be run in FB (or other IDE)? Thanks, Justin