Description of problem:
Javascript error on line 13518. t is not defined.
Steps to reproduce:
1. Call tinyMCE.execCommand('mceRemoveControl', false, idOfTextarea);
Problem:
In 3.5b3 you renamed t to self, but didn't rename the used variable in the same line to get the doc.
Solution:
Change line 13518 (in function hide()) to: var self = this, doc = self.getDoc();
If you wish to follow or post a comment, you need to be registered and logged in.
Comments
spocke
This one is fixed in the 3.5 branch will be part of the next release.
IKraus
I am sorry to report that I am using v3.5 of your editor and the bug is still present.
jlo
You need the latest branch build of 3.5 to get the fix.