1

Topic: TinyMCE 3.4.2 Released

This release is mainly focused on bug fixes but we added a new paste_text_sticky_default option to the paste plugin. This will set the default state of the paste as plain text button so everything is pasted as plain text if used together with the paste_text_sticky option.

One of the bigger fixes in this release is for the fullpage plugin that has been rewritten from scratch to use the new DOM parser logic. This means that it's now more normalized across all browsers and works a lot better than before.

For a complete change log check the change log page.

A big thanks goes to all the community members who helped out with this release by submitting patched, bug reports and other feedback.

Best regards,
Spocke - Main developer of TinyMCE

2

Re: TinyMCE 3.4.2 Released

In this release my theme_advanced_containers stopped working.
It worked just before this release (with code from 2011-07-04.2011 07:45)

Example configuration:

        mode : "textareas",
        theme : "advanced",
        plugins : "autolink,lists,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave",

        theme_advanced_statusbar_location : 'bottom',
        theme_advanced_layout_manager : 'RowLayout',
        theme_advanced_containers : 'row1,row2,row3,editorcontainer,statusbarcontainer',

        theme_advanced_container_row1 : 'cut,copy,paste,pastetext,pasteword',
        theme_advanced_container_row2 : 'media,|,tablecontrols',
        theme_advanced_container_row3 : 'formatselect,bold,italic,strikethrough',
        theme_advanced_container_editorcontainer : 'mceEditor',
        theme_advanced_container_statusbarcontainer : 'mceElementpath',

        theme_advanced_container_row1_align : 'left',
        theme_advanced_container_row2_align : 'left',
        theme_advanced_container_row3_align : 'left',

3

Re: TinyMCE 3.4.2 Released

We've upgraded to 3.4.2, but we noticed a fairly fatal (to us, anyway) bug in the fullpage plugin.  If you look on line 370 of /plugins/fullpage/editor_plugin_src.js, you'll see a reference to a variable named "v".  It's pretty clear from the context, though, that "v" is a typo, and "value" is what was intended.

4

Re: TinyMCE 3.4.2 Released

@tan: Could you file a bug report and we will look into it.
@active: This issue has been fixed in the latest Nightly/GitHub version.

Best regards,
Spocke - Main developer of TinyMCE

5

Re: TinyMCE 3.4.2 Released

@tan's issue has been already requested here http://tinymce.moxiecode.com/develop/bu … hp?id=4294

6

Re: TinyMCE 3.4.2 Released

Any word on when 3.4.3 is coming, it looks like you all have done a ton of changes in the last 3 weeks.

7

Re: TinyMCE 3.4.2 Released

We would be also happy to know when 3.4.3 is coming, especially because we still wait for a fix for Bug #4079 (still not fixed in 3.4.2 sad ). When a new version (with the fix) gets available?

8

Re: TinyMCE 3.4.2 Released

Yes, we are near a release. We will however not fix that particular bug since it would need some changes in the valid_elements parser logic. You can just add your own filter in and force the styles that way or better yet use CSS if that is possible.

Best regards,
Spocke - Main developer of TinyMCE

9

Re: TinyMCE 3.4.2 Released

spocke wrote:

Yes, we are near a release. We will however not fix that particular bug since it would need some changes in the valid_elements parser logic. You can just add your own filter in and force the styles that way or better yet use CSS if that is possible.

Have you seen or heard of any CSS code that fixes the bug for those of us who are unable to program it ourselves? I would like to integrate mobile analytics as well so let me know if I need to take any extra steps. Thanks in advance and I cannot wait to finish this project, I just wish I was a little better at IT than I am. Hey, at leas this is one of the best ways to learn before I submit my resume to some kind of IT staffing agency.

Last edited by editaway (2011-12-28 19:37:06)