1

Topic: TinyMCE 3.4.3 Released

It's been a while since the last release but there has been a lot of work focusing on fixing bugs and issues and also improve performance. Some parts of the selection engine and bookmark logic has been rewritten to make it a lot faster for larger documents on IE browsers in particular.

The Ephox guys have been working on plugin dependency logic so a plugin can now load other plugins if that is needed. Will add some documentation and examples for this later on how this works.

A lot of the bug fixes has been focused on inserting contents though pasting or the using the API methods. Various scroll/caret issues where resolved and we also boosted the performance when inserting simple contents.

Also want to send a thanks to all contributors of patches and all of you that reported bugs and helped out with the testing.

Check out the changelog for details on the various fixes and features.

Best regards,
Spocke - Main developer of TinyMCE

2

Re: TinyMCE 3.4.3 Released

Thank you very much!

3

Re: TinyMCE 3.4.3 Released

I've got a question about upcoming TinyMCE functionality.  We're currently using (and love!) TinyMCE internally, but are facing requirements to make some portion of the content completely uneditable. 

I was thrilled to find an "uneditable" plugin for TinyMCE.. but am encountering a ton of bugs with it. This functionality appears to be supported in the latest CKEditor (someone here made a proof-of-concept), and now we're facing pressure to switch.

Is this functionality coming in the near future?  I don't want to switch sad

4

Re: TinyMCE 3.4.3 Released

It's on our to do list. So it's coming this release already have the beginnings for better non editable by using contentEditable instead of designMode. That means elements can now be disabled for editing however some of the logic such as the formatting engine needs to be rewritten to not touch non editable elements this will be done for a future release.

Best regards,
Spocke - Main developer of TinyMCE

5

Re: TinyMCE 3.4.3 Released

Thanks a lot for your ongoing work.

Is there any chance of TinyMCE working on iOS Safari?

6

Re: TinyMCE 3.4.3 Released

@Hamper: We did some work making special elements / sections of code non-editable.  If you want, I can try to clean it up a bit and share it with you so that you might benefit from the work.  Unfortunately this is complicated by the fact that some elements get replaced with a placeholder (for our specialized case) so the work does not entirely relate, but it might help.

7

Re: TinyMCE 3.4.3 Released

Your updates seem to be getting slowly but steadily more stable, congratulations on your latest release!

I look forward to implementing it as soon as I can.

Senior CMS Developer ~ Tribiq CMS

8

Re: TinyMCE 3.4.3 Released

Please can you help me on this I have included tinymce text editor in a asp page and runs on asp ver 2.0 on iis 5.1 work so good we love it ,
but i had to move it to iis 7 and now the tiny mce text editor is gone and only i can see the textarea only pls can you help me to resolve this , this is for one of our production website
many thanks

9

Re: TinyMCE 3.4.3 Released

rameshrohan wrote:

Please can you help me on this I have included tinymce text editor in a asp page and runs on asp ver 2.0 on iis 5.1 work so good we love it ,
but i had to move it to iis 7 and now the tiny mce text editor is gone and only i can see the textarea only pls can you help me to resolve this , this is for one of our production website
many thanks

Based upon that information, how will anyone be able to help you? And is this thread really the one you should ask for help in?

10

Re: TinyMCE 3.4.3 Released

The release note link on your homepage link to the 3.4.2 topic.


A bug still here since a long time #2770 and a solution was proposed in the tracker.
Any way to submit it ?

Thanks

Last edited by Seb33300 (2011-06-13 22:41:28)

11

Re: TinyMCE 3.4.3 Released

Can someone help me? I've been using TinyMCE for years on a site and we need to upgrade as users of IE9 are having issues and we think it's related. Regardless... I want to upgrade... but, I can't get v3.4.3.1 working... we current use 3.2.0.1.

I've set up two pages at our test site:
http://www.top96development.com/TEST/TMCE_Test_v3201.php
http://www.top96development.com/TEST/TMCE_Test_v3431.php

I've tested via Firefox 4, Safari and Chrome on a Mac and IE7, Chrome and Firefox 3.0 on a PC

Same page, link to js file points to diff versions. The samples/examples page doesn't work with the new version either. Perhaps I have to do something to our server for the new version? We're on an Apache server running php5... not sure what other info would be helpful.

I followed all install instructions carefully, and tested simple, advanced, all and nothing works with the new js code. Appreciate any, all help!!!

12

Re: TinyMCE 3.4.3 Released

Looks like a server issue, requesting:
http://www.top96development.com/Library … iny_mce.js

Produces a 500 internal server error.

Best regards,
Spocke - Main developer of TinyMCE

13

Re: TinyMCE 3.4.3 Released

Not a server error, I don't think.... I redid my test... using the tiny_mce_src.js file and in my error log I get a very specific message:
[Tue Jun 21 13:08:05 2011] [error] [client 173.48.145.19] PHP Parse error:  syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/dev96admin/www/top96development.com/Library/tinyMCE/tiny_mce/tiny_mce_src.js on line 3137, referer: http://www.top96development.com/TEST/TMCE_Test_v3431.php

Any ideas? Is this a bug?

14

Re: TinyMCE 3.4.3 Released

Spocke:  I think you might have a bug.... I did one more "test"... I downloaded the last release in 3.3.x... 3.3.9.4... and it works like a champ... I'd love to upgrade to the latest... but it seems something is amiss... pls advise!

15

Re: TinyMCE 3.4.3 Released

Ehh, it seems that the JS files are parsed by the PHP parser. Fix your server config and it should work just fine. We haven't had any other reports, the server request fails with a 500 internal error clearly not a client side issue here.

Best regards,
Spocke - Main developer of TinyMCE

16

Re: TinyMCE 3.4.3 Released

Thanks for quick response... I guess I have to confess my limited knowledge level... I know only enough to be dangerous! I'm not sure what you mean about fixing my server config.... what am I looking for? something in php.ini? We're running 5.2.6

17

Re: TinyMCE 3.4.3 Released

I think this is off the topic of the release details and also this forum since it's a Apache/IIS config issue.

Best regards,
Spocke - Main developer of TinyMCE

18

Re: TinyMCE 3.4.3 Released

Thanks for quick response... I guess I have to confess my limited knowledge level... I know only enough to be dangerous! I'm not sure what you mean about fixing my server config.... what am I looking for? something in php.ini? We're running 5.2.6 http://methoo.com