Closed (won't fix)
Project:
Wysiwyg
Version:
5.x-0.1
Component:
Wysiwyg Editor
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2008 at 11:03 UTC
Updated:
20 Oct 2008 at 12:03 UTC
the latest TinyMCE version features a Safari plugin that fixes many errors for mac users.
in order to show the plugin in TinyMCE settings page, add the following at the bottom of wysiwyg_editor.plugins.inc before return $plugins;:
$plugins['safari'] = array();
| Comment | File | Size | Author |
|---|---|---|---|
| wysiwyg_editor.plugins.inc_.txt | 4.45 KB | marcoBauli |
Comments
Comment #1
sunYou are working with a pretty outdated module. Please update to 5.x-0.2 first.
Feel free to re-open this issue if this Safari plugin is not yet included.
Comment #2
marcoBauli commented5.x-1.x-dev should be the most recent development version. Anyhow just checked also in the 5.x-0.3 tarball and in wysiwyg_editor.plugins.inc there's no call to the Safari plugin yet.
@sun: am i missing something here? copying the Safari plugin from TinyMCE 3.x package in the plugins folder of Tiny 2.1.x and enabling it in wysiwyg_editor.plugins.inc makes things work *lot* better (validation, editing, ..). Or maybe we shall just wait for 3.x compatibility ;P
Comment #3
sunTinyMCE 3.x is supported now. However, please note the compatibility notes on the project page.
Btw: you cannot copy a TinyMCE 3.x plugin into the plugins folder of TinyMCE 2.x, since the whole plugin architecture changed between 2.x and 3.x. If you would load that plugin, it would break the whole editor.