Closed (fixed)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2007 at 06:47 UTC
Updated:
4 Nov 2009 at 22:34 UTC
With the i18n module enabled all paths on a drupal site become prefixed with the 2-character language code. ie: node/12/edit would become en/node/12/edit.
This means the regex on line 1128 of tinymce.module never matches, so tinymce can't be used (as-is) on a multi-lingual site.
I've updated the regex in my install, so it matches when required (patch attached). Sadly with the patch applied, tinymce won't load then i18n is disabled (yay) so this isn't something that everyone will need, but at last by having it here people can fix theirs.
| Comment | File | Size | Author |
|---|---|---|---|
| i18n.patch | 884 bytes | cafuego |
Comments
Comment #1
pcorbett commentedI confirm this issue and that this patch works. Is it just a matter of tweaking the regex to get it to work when i18n is disabled?
Comment #2
eriktoyra commentedA quick and dirty solution to this issue is to change the "Show tinymce on specific pages" to */node/*. It works well for me.
Comment #3
cafuego commentedNo movement for over a year and a half; I'm not using tinymce or d5 anymore; closing issue.