You are not logged in.
#1 2008-04-30 17:11:10
TinyMCE 3.0.8 Released
Yet another release of TinyMCE this one fixed a few bugs and issues here and there there.
We have fixed a few problems with the undo manager these will also resolve issues with the onchange event. So this will now function a lot better than before, but we still recommend using the isDirty method call to see if there is any changes to the editor instance.
We have changed the behavior of the editor_selector/editor_deselector config options. These are now treated as normal class matching string and if you want to use complex patterns setup a regexp object for that init option instead. So this change may break some inits out there so just update your inits to use real regexp objects.
We did some extensive work on the fullpage plugin to make sure that all default options works correctly. I guess some of these options got lost when we rewrote the plugin for the 3.x API. But there have not been that many reports of it not working so I guess most of you don't use it.
The 3.0.7 release introduced a version suffix for all files to make sure that the cache was removed. We reverted this change since it produced problems with mod_rewrite rules and Lotus Domino. So if you need to have unique versions and clear the cache for your users we recommend using different directories to separate the version for example tiny_mce_3_0_7/tiny_mce.js instead of just tiny_mce/tiny_mce.js.
The spellchecker was also updated, we got an report of a security hole in the PSpellShell engine. So if you are using this one please upgrade to 2.0.2. A new EnchantSpell engine was also added contributed by Michel Weimerskirch.
Anyway, thanks a lot for all patches and bug reports. The TinyMCE community is very active and you guys help us a lot to provide a better product.
Best regards,
Spocke - Main developer of TinyMCE
Offline
#2 2008-04-30 18:29:44
- vwxyus
- Member
- Registered: 2008-02-29
- Posts: 6
Re: TinyMCE 3.0.8 Released
Hi Spocke,
Great job to get 3.0.8 released!
I saw you fixed the advhr plugin which produces XHTML valid output instead of non standard attributes. I have uploaded a following patch it also address the same issue. In addition, it changed the height to an input box instead a dropdown. The reason is that on IE, you can resize the advhr and the height can be bigger than the size pre-defined in the dropdown.
1948119 enhancement to the advhr plugin
Thanks again and keep up with the good work!
Shirley
Offline
#3 2008-04-30 18:50:01
- patrik78
- Member
- From: Sweden, Gothenburg
- Registered: 2008-04-29
- Posts: 9
Re: TinyMCE 3.0.8 Released
Aloha Spocke!
I had a look at the changelog and noticed "Fixed bug where selection would jump one character if you applied a styles to a words in non IE browsers" but what I can see by using the examples on the site (which seems to be running 3.0.8) the problem is still there ![]()
Offline
#4 2008-05-01 02:18:47
- seade
- Member
- From: Sydney, Australia
- Registered: 2005-08-05
- Posts: 113
Re: TinyMCE 3.0.8 Released
The change to PSpellShell.php that adds the escapeshellarg() around the lang arguments is causing the spell checker to return no spelling errors. In this particular case I am using PSpellShell and aspell on Windows.
Scott
(a.k.a. monkeybrain)
Offline
#5 2008-05-01 16:37:19
Re: TinyMCE 3.0.8 Released
@Shirley: I will look in to that. Using a text input is probably better. Thanks.
@patrik78: Hmm, make sure that you cache is cleared. If it is then tell us how to reproduce it on our local examples. Step by step thanks.
@Scott: Hmm, could you help us get it up and running don't have a Aspell and PHP installation on windows. Might be some Windows specific problem.
Best regards,
Spocke - Main developer of TinyMCE
Offline
#9 2008-05-02 00:12:27
- patrik78
- Member
- From: Sweden, Gothenburg
- Registered: 2008-04-29
- Posts: 9
Re: TinyMCE 3.0.8 Released
Yes, the cache is cleared and I double-checked in Firebug that all scripts are fetched from the server. How to reproduce:
1. Go to http://tinymce.moxiecode.com/example_fu … ample=true
2. Select the text "TinyMCE" in the first editor
3. Choose "example1" from the styles menu
4. The selected text should now be "inyMCE "
Tested in:
Firefox 2.0.0.14 (mac)
Firefox 3.0pre (mac)
Safari 3.1.1 (mac)
Opera 9.26 (mac)
Firefox 2.0.0.14 (win xp)
Offline
#10 2008-05-02 01:39:43
- happyworld
- Member
- Registered: 2008-05-02
- Posts: 1
Re: TinyMCE 3.0.8 Released
Hi Spocke,
Loving the 3.08 version of TinyMCE. Great job! However there is a new "feature" in the 3.0x version that's driving me crazy! (you can test this on your Example editor)
1) Right-click the image and select "Insert / edit image"
2) Select the "Appearance" tab, put 4 in the "Border" box and tab out
3) observe how "border: black 4px solid;" has been added in the "Style" box
4) Replace the put 4 with a 0 in the "Border" box and tab out
5) observe how the entire "border" attribute has been removed from the "Style" box
This "feature" is not a good idea, as any linked image will display a border by default, unless you set the border to 0, which cannot be done (easily) with this "feature" in effect (2.1x didn't do this).
ALSO: IF you change the border color from "black" to "#FFCC00"
AND put a different number in the "Border" box and tab out
THEN the border color will turn back to black
That's what I've got for now, but I will keep hunting. And once again, thanx for creating the best html editor out there.
Last edited by happyworld (2008-05-02 01:44:45)
Offline
#11 2008-05-02 12:09:12
Re: TinyMCE 3.0.8 Released
@patrik78: Hmm, I will look in to this for the next release. That part of the code is pretty complex hard to make it rock solid.
@happyworld: You can force border=0 on all images using CSS or a valid_elements rule. The border attribute is also deprecated so it needs to continue to be styles.
Best regards,
Spocke - Main developer of TinyMCE
Offline
#14 2008-05-02 19:22:14
- Dh-Rider
- Member
- Registered: 2008-05-02
- Posts: 1
Re: TinyMCE 3.0.8 Released
Hi Spocke,
When posting news/articles in the main article/text editor,
1) I add up the text
2) I press ''shift'' + ''enter'' to space the text from the image
3) then add an image (already uploaded on our website)
4) I select the image and Align it to Center
Result: The image apears at the very bottom of the article
Probleme doesn't appear when pressing simply ''Enter'' to space text from images and then Align it to center.
Tested with Firefox/2.0.0.6
Windows Vista
Windows XP
Offline
#15 2008-05-05 04:53:47
- yamamoto
- Member
- Registered: 2008-02-14
- Posts: 34
Re: TinyMCE 3.0.8 Released
http://wiki.moxiecode.com/index.php/Tin … ialog_type
I,m used "dialog_type : modal" , without using inlinepopups for CMS of three pane structure. 
1) The title is not displayed.
2) height is insufficient, the button is hidden.
Offline
#16 2008-05-05 11:51:34
Re: TinyMCE 3.0.8 Released
I don't understand where we can enable/disable tinyMCE for specific textareas in tinyMCE 3.
It was here before ( http://wiki.moxiecode.com/index.php/Tin … deselector ) :
tinyMCE.init({
...
editor_deselector : "mceNoEditor"
});
but no "editor_deselector" in v3
(3.0.7 and 3.0.8)
so my textearea :
<textarea id="sit_meta" name="sit_meta" class="mceNoEditor" style="height: 100px; width: 450px; display: none;"></textarea>
... has now an editor :S
Last edited by druss (2008-05-05 11:51:54)
Offline
#17 2008-05-05 13:35:46
Re: TinyMCE 3.0.8 Released
@yamamoto: Only seems to affect IE 6. I suggest using the inlinepopups instead. File a bug report at SF and I will take a look at it but it's a low priority issue for now.
@druss: Could not reproduce this issue. Works for me.
Best regards,
Spocke - Main developer of TinyMCE
Offline
#18 2008-05-05 14:20:19
Re: TinyMCE 3.0.8 Released
this is not an issue. simply, i don't understand where we have to put the deselector elements.
have you any "editor_deselector", in 3.0.8 ?
I have just :
if (s.editor_deselector && hasClass(v, s.editor_deselector))
and no way to configure these deselector class...
Offline
#19 2008-05-05 14:49:51
- illu
- Member
- Registered: 2008-05-05
- Posts: 2
Re: TinyMCE 3.0.8 Released
Thanks for the update!
Offline
#22 2008-05-06 09:30:50
Re: TinyMCE 3.0.8 Released
Poking around in the tiny_mce.js file to switch settings have never been an official way of doing things. It so much easier to just use the tinyMCE.init call instead.
Best regards,
Spocke - Main developer of TinyMCE
Offline
#23 2008-05-07 20:33:46
- RichardDavies
- Member
- Registered: 2007-09-08
- Posts: 27
Re: TinyMCE 3.0.8 Released
I really like the idea of adding an automatic version suffix to the TinyMCE files. Since this wasn't causing any issues for me, I'm sad to hear that you've removed this feature. Couldn't you make an init setting to turn this off and on? Off course, this wouldn't allow you to add a suffx to tiny_mce.js, but from my experience it's usually the other files that are automatically included that need the suffix anyway.
Offline
#24 2008-05-07 21:44:35
Re: TinyMCE 3.0.8 Released
For some weird reason with version 3.0.8, when I add content in the textarea using the "Past as Plain Text" button, and after the text is inserted in the textarea of my CMS (after pasting the text in the pop up window and click on the "Insert" button, I cannot use the backspace or delete keys to delete any of the content that was inserted.
Anybody else getting this behaviour?
Offline
© 2003-2010