Re: ASB failed in processOptions's on IE

2010-10-26 Thread Kai S. Wong
Hi Chuck and all, It is nice to have a fresh raining morning and I have solved the issue by: 1) Turning off callback to false in tinyMCE.triggerSave(true, false); removed the error on IE. 2) tinyMCE replaced the textarea with an iframe. After that it installs an onsubmit hook to detect when the f

Re: ASB failed in processOptions's on IE

2010-10-25 Thread Chuck Hill
On Oct 25, 2010, at 3:21 PM, Kai S. Wong wrote: > Hi, > > > I am trying to debug on why the ASB failed on IE but not on Firefox and here > is the sample code: > > > var saveOnSubmit = function() { > $('bodyText').form.stopObserving('ajax:submit', arguments.callee);

ASB failed in processOptions's on IE

2010-10-25 Thread Kai S. Wong
Hi, I am trying to debug on why the ASB failed on IE but not on Firefox and here is the sample code: var saveOnSubmit = function() { $('bodyText').form.stopObserving('ajax:submit', arguments.callee); }; var updateTinyMCEContent = function() { tinyMCE.triggerS