Ticket #1484080 (closed Bugs: worksforme)

Opened 4 years ago

Last modified 23 months ago

TinyMCE Spellcheck doesn't work in FireFox

Reported by: lhadata Owned by: estadtherr
Priority: 5 Milestone: 0.2-alpha
Component: Client Scripts Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

When i try to use the spellcheck that is included in the TinyMCE editor with FireFox? it doesn't work correctly. All browser windows that i have opened just closes and ask me to send an error report to microsoft.

It works just fine in Internet Explorer.

Change History

  Changed 4 years ago by mkaatman

I was able to duplicate this on the latest SVN as of writing. It completely crashes firefox. Not sure this is a Roundcube issue though.

  Changed 4 years ago by thomasb

  • owner set to estadtherr
  • version set to svn-trunk
  • component changed from None to Client

  Changed 4 years ago by jpingle

This appears to be a mix of Googiespell and Google as my install that uses a local NOX spell server works fine, but one using Google as the source gives an AJAX error.

Neither one of these crashed my Firefox session.

  Changed 4 years ago by jpingle

Meant to put this in that last post... The actual text of the AJAX error I see is:

The page at <my RC URL> says: "Could not execute AJAX call, server didn't return valid a XML." (sic)

  Changed 4 years ago by jpingle

See also #1484057 (Appears to be the same issue...)

  Changed 4 years ago by jpingle

I was wrong about that AJAX call error being related to the browser crashing. I did some more research into why one of my setups crashes and the other doesn't, and it turns out that there is a lot more to this.

There are at least three separate issues.

  1. This issue with the browser crashing
  2. The issue with the AJAX error (Which is a server config problem, CURL PHP module is required but missing)
  3. TinyMCE's spell checker plugin does not respect the spellcheck_uri setting in main.inc.php (See ticket #1484196)

Also, I have managed to get my system that I thought was working reliably to crash Firefox during the spell check, but not in a reproducible manner.

  Changed 4 years ago by jpingle

  • milestone changed from 0.1-rc1 to 0.2-beta

follow-up: ↓ 9   Changed 3 years ago by mblinn@…

On a new FireFox? installation (2.0.0.8) on a new XP installation I can reproduce this crash every time. The error says it exists in JS3250.dll. Running the tinymce full demo off of the tinymce website does _not_ crash the browser; just doing so through roundcube. FF1.5.0.12 is not affected. Nothing is reported in roundcube logs.

in reply to: ↑ 8   Changed 3 years ago by mblinn@…

Replying to mblinn@gmail.com:

On a new FireFox? installation (2.0.0.8) on a new XP installation I can reproduce this crash every time. The error says it exists in JS3250.dll. Running the tinymce full demo off of the tinymce website does _not_ crash the browser; just doing so through roundcube. FF1.5.0.12 is not affected. Nothing is reported in roundcube logs.

Correction: 1.5.0.12 on Linux is not affected - 1.2.0.12 on XP also crashes.

  Changed 2 years ago by alec

  • status changed from new to closed
  • resolution set to worksforme
  • milestone changed from 0.2-beta to 0.2-alpha

Old. We have tinyMCE 3.0 in trunk now, so check it and reopen if bug still exists.

Note: See TracTickets for help on using tickets.