I just updated my own solution to the new 4.8 and my TinyMCE rich text editor is gone from the nodes.
There is nothing special about the solution except that i have disabled TIDY to format the content(I dont see that there should be any link between this.).
Ive copied over the bin/umbraco/umbraco_client folders over and deleted app global asax.dll, and ve also updated the umbracosettings.config with the new media section. So should be a textbook upgrade?
I had the same problem on a clean Umbraco 4.8 install. Turns out it was my language setting that broke the TinyMCE. Check your browsers console log you might get a missing "/umbraco_client/tinymce3/langs/da.js"
Hmm you might be on to something, it seems its not the language packs for me but something else. Im getting 2 errors in console everytime i load a node.
Updating from 4.7.1 to 4.8 and my TinyMCE is gone
Hey :)
I just updated my own solution to the new 4.8 and my TinyMCE rich text editor is gone from the nodes.
There is nothing special about the solution except that i have disabled TIDY to format the content(I dont see that there should be any link between this.).
Ive copied over the bin/umbraco/umbraco_client folders over and deleted app global asax.dll, and ve also updated the umbracosettings.config with the new media section. So should be a textbook upgrade?
Anyone got some ideas ?
I had the same problem on a clean Umbraco 4.8 install. Turns out it was my language setting that broke the TinyMCE.
Check your browsers console log you might get a missing "/umbraco_client/tinymce3/langs/da.js"
Go to http://www.tinymce.com/i18n/index.php?ctrl=lang&act=index&pr_id=6 and download the languages you need, upload the language packs to your /umbraco_client/tinymce3 folder.
it fixed my problems, hope its of any help!
Hmm you might be on to something, it seems its not the language packs for me but something else. Im getting 2 errors in console everytime i load a node.
It also breaks my TinyMCE if i disable the context menu on my DataType.
Developer -> DataTypes -> Richtext Editor - Enable Contextmenu must be activated.
Refresh your browser and see if that get you anywhere :)
And stuff is back .. :)
Hmm think we found a bug, i will report it in the mornin´ Thx champ for the help :)
Oh yes... have you upgraded the TinyMCE to the new version on the DataType? Make sure its not set to the deprecated version.
Good to hear!
Yes, I think this new TinyMCE implementation might have been done a bit to fast :)
Missing languages, and options that break the javascript :)
Jup I never use the deprecated one :)
Its been reported
http://umbraco.codeplex.com/workitem/30932
is working on a reply...