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();

CommentFileSizeAuthor
wysiwyg_editor.plugins.inc_.txt4.45 KBmarcoBauli
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Version: 5.x-1.x-dev » 5.x-0.1
Status: Active » Closed (won't fix)

You 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.

marcoBauli’s picture

Status: Closed (won't fix) » Postponed (maintainer needs more info)

5.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

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

TinyMCE 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.