Ticket #1484196 (closed Bugs: fixed)

Opened 21 months ago

Last modified 3 weeks ago

TinyMCE Spellcheck does not respect spellcheck_uri from main.inc.php

Reported by: jpingle Owned by: estadtherr
Priority: 5 Milestone: 0.2-beta
Component: PHP backend Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

The URL for the TinyMCE spellchecker plugin is hardcoded in program/js/tiny_mce/plugins/spellchecker/classes/TinyGoogleSpell.class.php

This setting should be pulled from the config, as happens in program/steps/mail/spell.inc

The result is that even if someone has a local Nox spell server configured, when using the HTML editor the spell checking is still done via Google (which could be considered an information leak/security problem)

Change History

Changed 21 months ago by thomasb

  • owner set to estadtherr

We should try to get the TinyMCE spell check function together with the one RoundCube uses. I don't like the disabled button in the RoudCube? toolbar. It should be possible to invoke the TinyMCE spell check from the application script.

Changed 20 months ago by thomasb

  • milestone changed from 0.1-rc1 to 0.2-beta

Changed 10 months ago by thomasb

Marked #1484636 as a duplicate of this

Changed 7 months ago by seansan

Also see #1484703

Changed 7 months ago by seansan

  • milestone changed from 0.2-beta to 0.1.1

Changed 6 months ago by till

  • milestone changed from 0.1.1 to 0.2-beta

Changed 3 weeks ago by thomasb

  • status changed from new to closed
  • resolution set to fixed
  • component changed from Client Scripts to PHP backend

Fixed in r1652

Note: See TracTickets for help on using tickets.