You are not logged in.

#1 2008-04-30 17:11:10

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

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 sad

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

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

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

 

#6 2008-05-01 17:42:57

David77
Member
Registered: 2008-05-01
Posts: 5
Website

Re: TinyMCE 3.0.8 Released

Hi spocke, i'm using TinyMCE 3.0 in a 3rd party CMS, to upgrade to 3.0.8 do I simply copy over my existing tiny_mce directory?

Offline

 

#7 2008-05-01 19:18:56

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0.8 Released

IF they haven't done any modifications to TinyMCE yes. Make a backup first and replace the files.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#8 2008-05-01 19:50:59

David77
Member
Registered: 2008-05-01
Posts: 5
Website

Re: TinyMCE 3.0.8 Released

Seemed to work okay, just needed to copy a couple of custom plugins to the 3.0.8 version, cheers!

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

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

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

 

#12 2008-05-02 15:04:56

David77
Member
Registered: 2008-05-01
Posts: 5
Website

Re: TinyMCE 3.0.8 Released

http://uk-mkivs.net/store/Forums/8/1258689/quickreply.JPG

Spocke, have you seen the above problem before, using WinXP Pro, FireFox 2 it occasionally highlights the buttons on first load and does not allow me to focus on the textbox

Offline

 

#13 2008-05-02 15:30:53

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0.8 Released

Nopes, that's a new one.


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.

http://kyms.ne.jp/sample01.png

1) The title is not displayed.
2) height is insufficient, the button is hidden.

Offline

 

#16 2008-05-05 11:51:34

druss
Member
Registered: 2008-05-05
Posts: 7
Website

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 hmm (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

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

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

druss
Member
Registered: 2008-05-05
Posts: 7
Website

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

 

#20 2008-05-05 16:20:42

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0.8 Released

@druss: Check the online wiki examples.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#21 2008-05-06 09:09:50

druss
Member
Registered: 2008-05-05
Posts: 7
Website

Re: TinyMCE 3.0.8 Released

@spocke : ok, sorry, I used tinyMCE 2 before, and we specified directcly in tiny_mce.js the deselector elements.
this._def("editor_deselector", "mceNoEditor");
ok, well, you change this on v3. smile thx for support

Offline

 

#22 2008-05-06 09:30:50

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

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

caz
Member
From: Ottawa, Canada
Registered: 2007-05-16
Posts: 47
Website

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

 

#25 2008-05-08 17:04:24

caz
Member
From: Ottawa, Canada
Registered: 2007-05-16
Posts: 47
Website

Re: TinyMCE 3.0.8 Released

Just a heads up about my previous post, pasting using the "Paste as Plain Text" button isn't an issue in IE but seems to only be an issue when using Firefox (version 2.0.0.14 used).

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB