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 .

CommentFileSizeAuthor
Screenshot at 2012-04-29 160341.png147.73 KBBezalel_I

Comments

twod’s picture

Title: Duplicating tools » Duplicating toolbars
Status: Active » Postponed (maintainer needs more info)

Which 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?

Bezalel_I’s picture

Assigned: Bezalel_I » Unassigned

HI

im using TinyMCE 3.5b3 ,

i've got javascript error in tiny_mce.js line 1 , "t is not defined" .

firefox

twod’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Ok, 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.

Bezalel_I’s picture

Thank you !!