Closed (duplicate)
Project:
Wysiwyg
Version:
7.x-2.1
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2012 at 13:23 UTC
Updated:
3 May 2012 at 06:43 UTC
Hi
I'm working on drupal 7 enviroment ,
each time i'm changing the filter type (view my attached pic) ,the rich text tools clone temselves .
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot at 2012-04-29 160341.png | 147.73 KB | Bezalel_I |
Comments
Comment #1
twodWhich version of TinyMCE are you using? There's a known bug in TinyMCE 3.5b3 which causes it to not be removed completely.
Are there any errors in the browser's JavaScript console?
Which browser(s) does this happen in?
Comment #2
Bezalel_I commentedHI
im using TinyMCE 3.5b3 ,
i've got javascript error in tiny_mce.js line 1 , "t is not defined" .
firefox
Comment #3
twodOk, that is the same problem as in #1517056: TinyMCE Editor Doesn't Disappear when "disable rich text" is clicked or when switching to text-only input formats.
There is a fixed version of the tiny_mce.js file from TinyMCE 3.5b3 attached in one of the comments in that issue. Download it, rename it to tiny_mce.js and replace the existing file from sites/all/libraries/tinymce/jscripts/tiny_mce/ and you'll be fine.
Comment #4
Bezalel_I commentedThank you !!