All users with IE6 are getting the following error dialog when attempting to used the TINYMCE editor
Unable to install ; <META name TINYMCEPLUGIN_INIT is missing
When the user acknowledges the error it uses the raw edit mode.
This is only the case with users with IE<7. Upgrading IE to 7 fixes the problem
Its not a permissions issue as far as I can see as users with local admin rights have the same issues as normal users.
Any help would be great as this is a great plugin and I would like to have everyone using it
--
TWiki:Main/PadraigLennon
- 20 Dec 2007
Offhand I don't know; I test on IE6 and 7 and have not seen this problem, though I know the symptom. Please view the source of the HTML page and check if the META html tag called TINYMCEPLUGIN_INIT is present in the HTML.
--
TWiki:Main.CrawfordCurrie
- 20 Dec 2007
I do see the tag in there.. I attach the HTML code which shows the javascript being loaded: I hope this helps...
<!--tinyMCE--><meta name="TINYMCEPLUGIN_INIT" content="mode%20:%20%22exact%22%2c%0a%20%20%20save_on_tinymce_forms:%20true%2c%0a%20%20%20elements%20:%20%22text%22%2c%0a%20%20%20cleanup%20:%20false%2c%0a%20%20%20theme%20:%20%22advanced%22%2c%0a%20%20%20convert_urls%20:%20true%2c%0a%20%20%20relative_urls%20:%20false%2c%0a%20%20%20remove_script_host%20:%20false%2c%0a%20%20%20setupcontent_callback%20:%20TWikiTiny.setUpContent%2c%0a%20%20%20urlconverter_callback%20:%20%22TWikiTiny.convertLink%22%2c%0a%20%20%20hide_instance_callback%20:%20TWikiTiny.switchToRaw%2c%0a%20%20%20show_instance_callback%20:%20TWikiTiny.switchToWYSIWYG%2c%0a%20%20%20twikipuburl_callback%20:%20%22TWikiTiny.convertPubURL%22%2c%0a%20%20%20save_callback%20:%20%22TWikiTiny.saveCallback%22%2c%0a%20%20%20%0a%20%20%20plugins%20:%20%22table%2csearchreplace%2cautosave%2cpaste%2ctwikibuttons%2ctwikiimage%22%2c%0a%20%20%20twiki_secret_id%20:%20%22WYSIWYG%20content%20-%20do%20not%20remove%20this%20comment%2c%20and%20never%20use%20this%20identical%20text%20in%20your%20topics%22%2c%0a%20%20%20twiki_vars%20:%20%7b%20PUBURLPATH%20:%20%22/twiki/pub%22%2c%20PUBURL%20:%20%22http://itwiki/twiki/pub%22%2c%20WEB%20:%20%22ProdBusinessEnv%22%2c%20TOPIC%20:%20%22WebHome%22%2c%20ATTACHURL%20:%20%22http://itwiki/twiki/pub/ProdBusinessEnv/WebHome%22%2c%20ATTACHURLPATH%20:%20%22/twiki/pub/ProdBusinessEnv/WebHome%22%2c%20VIEWSCRIPTURL%20:%20%22http://itwiki/twiki/bin/view%22%2c%20SCRIPTSUFFIX:%20%22%22%2c%20SCRIPTURL%20:%20%22http://itwiki/twiki/bin%22%20%7d%2c%0a%20%20%20theme_advanced_toolbar_align%20:%20%22left%22%2c%0a%20%20%20twikibuttons_formats%20:%20%5b%0a%20%20%20%7b%20name:%20%22Normal%22%2c%20el:%20%22%22%2c%20style:%20null%20%7d%2c%0a%20%20%20%7b%20name:%20%22Heading%201%22%2c%20el:%20%22h1%22%2c%20style:%20false%20%7d%2c%0a%20%20%20%7b%20name:%20%22Heading%202%22%2c%20el:%20%22h2%22%2c%20style:%20false%20%7d%2c%0a%20%20%20%7b%20name:%20%22Heading%203%22%2c%20el:%20%22h3%22%2c%20style:%20false%20%7d%2c%0a%20%20%20%7b%20name:%20%22Heading%204%22%2c%20el:%20%22h4%22%2c%20style:%20false%20%7d%2c%0a%20%20%20%7b%20name:%20%22Heading%205%22%2c%20el:%20%22h5%22%2c%20style:%20false%20%7d%2c%0a%20%20%20%7b%20name:%20%22Heading%206%22%2c%20el:%20%22h6%22%2c%20style:%20false%20%7d%2c%0a%20%20%20%7b%20name:%20%22VERBATIM%22%2c%20el:%20%22pre%22%2c%20style:%20%22TMLverbatim%22%20%7d%2c%0a%20%20%20%7b%20name:%20%22LITERAL%22%2c%20el:%20%22span%22%2c%20style:%20%22WYSIWYG_LITERAL%22%20%7d%2c%0a%20%20%20%7b%20name:%20%22Protect%20on%20save%22%2c%20el:%20null%2c%20style:%20%22WYSIWYG_PROTECTED%22%20%7d%2c%0a%20%20%20%7b%20name:%20%22Protect%20forever%22%2c%20el:%20null%2c%20style:%20%22WYSIWYG_STICKY%22%20%7d%0a%20%20%20%5d%2c%0a%20%20%20paste_create_paragraphs%20:%20true%2c%0a%20%20%20paste_create_linebreaks%20:%20false%2c%0a%20%20%20paste_convert_middot_lists%20:%20true%2c%0a%20%20%20paste_convert_headers_to_strong%20:%20false%2c%0a%20%20%20paste_remove_spans:%20true%2c%0a%20%20%20paste_remove_styles:%20true%2c%0a%20%20%20paste_strip_class_attributes:%20%22all%22%2c%0a%20%20%20theme_advanced_buttons1%20:%20%22twikiformat%2cseparator%2cbold%2citalic%2ctt%2ccolour%2cremoveformat%2cseparator%2clink%2cunlink%2cattach%2cseparator%2cbullist%2cnumlist%2cseparator%2coutdent%2cindent%2cseparator%2cimage%2ccharmap%2chr%2canchor%2cseparator%2cundo%2credo%2cseparator%2csearch%2creplace%22%2c%0a%20%20%20theme_advanced_buttons2:%20%22tablecontrols%2cseparator%2ccode%2chide%22%2c%0a%20%20%20theme_advanced_buttons3:%20%22%22%2c%0a%20%20%20theme_advanced_toolbar_location:%20%22top%22%2c%0a%20%20%20theme_advanced_resize_horizontal%20:%20false%2c%0a%20%20%20theme_advanced_resizing%20:%20true%2c%0a%20%20%20theme_advanced_path:%20false%2c%0a%20%20%20theme_advanced_statusbar_location%20:%20%22bottom%22%2c%0a%20%20%20content_css%20:%20%22/twiki/pub/TWiki/TinyMCEPlugin/wysiwyg.css%2c/twiki/pub/TWiki/TWikiTemplates/base.css%2c/twiki/pub/TWiki/PatternSkin/style.css%2c/twiki/pub/TWiki/PatternSkin/colors.css%2c/twiki/pub/TWiki/ActionTrackerPlugin/styles.css%22%2cpaste_auto_cleanup_on_paste%20:%20true" />
<script language="javascript" type="text/javascript" src="http://itwiki/twiki/pub/TWiki/TinyMCEPlugin/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript" src="http://itwiki/twiki/pub/TWiki/TinyMCEPlugin/twiki_tiny.js"></script>
<script language="javascript" type="text/javascript" src="http://itwiki/twiki/pub/TWiki/TinyMCEPlugin/twiki.js"></script>
--
TWiki:Main.PadraigLennon
- 21 Dec 2007
Please inspect the javascript error console in your browser. You might also try activating "Debug Javascript errors". I can't reproduce this problem, so it's something to do with your environment, though I don't know what.
Not confirmed; likely to affect only a single user, so dropping to Normal status (not a release blocker).
BTW please flip the status back to "New" when you reply here. It's only by chance that I happened to notice you had edited.
CC
It is not producing a Javascript error. The dialog box with the above message simply appears and on clicking OK the raw edit mode is presented. Therefore it is not possible to debug as above..
I'm running on version 4.1.2 .
--
TWiki:Main.PadraigLennon
- 31 Dec 2007
I've narrowed this problem down to an issue with the quickmenu skin. Thanks for your help Crawford.
OK, thanks Padraig. Setting as "No Action"
CC