Re: JS Exception: Component returned error code: 0xc1f30001 (Gecko Implementation only)

  •  01-31-2008, 3:58 AM

    Re: JS Exception: Component returned error code: 0xc1f30001 (Gecko Implementation only)

    I have now discovered that both of the following commands cause this issue in Firefox so the text area missing until refresh problem is a separate issue:

    ce.setHTML(s); // Produces Error
    ce.ExecCommand('New'); // Produces Error

    I tried Firefox in Safe Mode but the error still occurs.
View Complete Thread