thanks.
I'm willing to try and make changes locally if you want to send em my way.
For now I used a reformatter to reformat the tiny_mce.js file
and the call is on this.getDoc().body
I threw an alert just before the call to
"return this.bodyElement||this.getDoc().body"
and saw that this is being called multiple times before it fails.
I'm trying to figure out what the "this" is that fails here...
If you have any thoughts on what getBody is doing or where I could
throw an alert to see "What" the this is that'd be cool
Jay