1

Topic: TinyMCE 3.0rc1 Released

This release is the first release candidate. We think that the 3.x branch is now stable enough to be switched from beta to RC we will probably release one or two more RC before going final but we are focusing on having the final out by the end of this month or the beginning of next month.

This release mostly contains bug fixes and most of them involve the application/xhtml+xml execution mode. There where also a few fixes on the URL processing logic and handling of script elements.

More details about what bugs we fixed in this release can be found in the Changelog.

Best regards,
Spocke - Main developer of TinyMCE

2

Re: TinyMCE 3.0rc1 Released

Yay! Nice work. I am going to give it a spin on a semi production site.

Row

3

Re: TinyMCE 3.0rc1 Released

Hi great release,

But now i am getting this:

http://img179.imageshack.us/img179/3346/16641984di0ui5.jpg

Every time i click on the INSERT IMAGE & INSERT LINK button, all other buttons works perfect (and it only happens with GZIP on)
Using: Latest TinyMCE & Compressor & latest imagemanager/filemanager

4

Re: TinyMCE 3.0rc1 Released

I can't reproduce it on this link. http://wiki.moxiecode.com/examples/tiny … ple_06.php
Verify that you removed any cached .gz files.

Best regards,
Spocke - Main developer of TinyMCE

5

Re: TinyMCE 3.0rc1 Released

I've opened the url above in latest Opera, typed some usual text and press Enter, after that type some other text and view the HTML, the result is:

<p>sdfsdsd
<p>sdsdsd

so the editor don't close <p> tags!!!

HTML in FF:

sdfdfsdf
sdfdsfsd
dfdf
df
d

No tags in FF at all !!!
Same for IE 6, Safari for Windows beta - also just lines with text, no <p> tags

Is this normal behaviour of the HTML source plugin or browser issue?

6

Re: TinyMCE 3.0rc1 Released

I was not able to produce the exact issue you where having with the P tags. What was the exact Opera version, might be some bug in that browser and regexps since I can not reproduce it using Opera 9.25 Build: 8827.

But that example uses the bbcode plugin and that plugin removes all paragraphs. The HTML serialization works perfectly fine.

Best regards,
Spocke - Main developer of TinyMCE

7

Re: TinyMCE 3.0rc1 Released

Here it is again, on your own site:
Windows XP SP2
Firefox 2.0.0.11

Also opened firebug..so you can see what it says:
http://img261.imageshack.us/img261/6501/71355817fp4.jpg

*The bigger version*
http://img261.imageshack.us/img261/6501/71355817fp4.jpg


Only when i press IMAGE or LINK...all the other buttons works fine.

Last edited by raine1988 (2008-01-09 15:49:33)

8

Re: TinyMCE 3.0rc1 Released

Sorry, also tried another times - the result is as usual in FF and IE.

9

Re: TinyMCE 3.0rc1 Released

raine1988 wrote:

Here it is again, on your own site:
Windows XP SP2
Firefox 2.0.0.11

Also opened firebug..so you can see what it says:
http://img261.imageshack.us/img261/6501/71355817fp4.jpg

*The bigger version*
http://img261.imageshack.us/img261/6501/71355817fp4.jpg


Only when i press IMAGE or LINK...all the other buttons works fine.

This is probably due to some firefox extension disable them and it will probably work since they work fine on all my FF 2.0.0.11 installations.

Best regards,
Spocke - Main developer of TinyMCE

10

Re: TinyMCE 3.0rc1 Released

Hi Spoke,

First of all congratulations for another brilliant release!!

I just have a problem with this, an previous versions of tinymce that it's stoping me for upgrading from version 2 to 3.

I need to use iframes inside the editor for publicity reasons.
I use the extended_valid_elements: "iframe[src]" parameter, but when tinymce tries to load a content with the iframe it crashes (in Firefox - In IE7, opera9 and safari works).

Are you aware of this problem? Can you correct it?

Best regards,
andreus

Last edited by andreus (2008-01-09 17:50:48)

11

Re: TinyMCE 3.0rc1 Released

andreus: Could you please report this as a bug at SF. So I can track it and refer to it etc. Thanks.

Best regards,
Spocke - Main developer of TinyMCE

12

Re: TinyMCE 3.0rc1 Released

spoke, i allready reported it since v3b1
http://sourceforge.net/tracker/index.ph … tid=635682

Best regards,
andreus

13

Re: TinyMCE 3.0rc1 Released

<script>
tinyMCE.init({
    mode : "none",
    theme : "advanced"
});
</script>
<div style=display:none>
    <textarea id=ddd>This is some content that will be editable with TinyMCE.</textarea>
</div>
<script>
    tinyMCE.execCommand('mceAddControl',false,'ddd');
</script>

This code doing error in FF...

14

Re: TinyMCE 3.0rc1 Released

Spite: This issue was just fixed.
andreus: Oh, forgot about that. Anyway, it's fixed now.

Check out the latest SVN version.

Best regards,
Spocke - Main developer of TinyMCE

15

Re: TinyMCE 3.0rc1 Released

I don`t need any padding in editeble area, But in IE and FF they be sad and random size...
http://malinov.ru/tiny.gif

16

Re: TinyMCE 3.0rc1 Released

Fix this with CSS using body {margin:0} in content.css

Best regards,
Spocke - Main developer of TinyMCE

17

Re: TinyMCE 3.0rc1 Released

thank you. Very good

18

Re: TinyMCE 3.0rc1 Released

The plugin inlinepopup generates this error in Firebug:

tinyMCE.addToLang is not a function
http://www.mercygate.local/handlers/tin … ce_gzip.js
Line 439

I have seen with other plugins that specifying a extended_valid_elements solves the issue.  However I have no idea what causes it in this plugin as the wiki does dot specify required elements.


-------------------

In Opera 9.24, all the buttons are not displayed with first display. It seems only the first one after a seperator is displayed.  The when the mouse cursor is moved over the empty spaces, the buttons appear and remains.

Also in Opera, there is an issue with refreshing the same page where Opera hangs.  I saw a solution posted in the forums to fix the bug, but cannot seem to find the posting.

UPDATE: Found it - http://tinymce.moxiecode.com/punbb/view … hp?id=9641

Last edited by mygoggie (2008-01-11 14:33:32)

19

Re: TinyMCE 3.0rc1 Released

Clear your cache. The line above doesn't exists anymore inside the 3.0 versions also make sure that you have the latest gzip compressor.

Best regards,
Spocke - Main developer of TinyMCE

20

Re: TinyMCE 3.0rc1 Released

silly me!! ... too many working late nights! ;-)

21

Re: TinyMCE 3.0rc1 Released

Hi there,

first of all, thank you very muck for such a great editor!

Secondly, I'm recofiguring TinyMCE 3 RC1 into my CMS (previously 2.1.3). I've stuck with such problems:
1. Path location block (bottom bar) isn't shown in my configuration, no editor resizer shown either. Is something changed?

2. "Insert/edit anchor" does not show anchor image in editor content if I use o2k7 skin and deleted "default" skin. So I suggest to move out this image into themes\advanced\img dir and change both content.css files with these lines

a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../../img/items.gif) no-repeat bottom left;}
img.mceItemAnchor {width:12px; height:12px; background:url(../../img/items.gif) no-repeat;}

because everyone should be able to remove unnecesary skin.

3. I had the same problem with Opera browser when GZIP compressor was used (mygoggie post). His suggestion worked out for me well. Thank you mygoggie smile.

4. With Firefox 2.0.0.11 tested Firebug inspects me about TinyMCE JS error: t.getElement() has no properties. This may be related to jQuery maybe, because I'm using it for HTML effects and AJAX calls. In your Examples section everything works fine.

Update: I found out, that this JS error occurs only when mode : 'exact' is used in tinyMCE.init(). jQuery or other JS script has no affect to this problem smile.

5. In Firefox 2.0.0.11 I get strange problem: for the first time TinyMCE is loaded with no textareas set. When I press on a link that with AJAX loads another HTML inner content into div container, no outer editor borders are shown, the second time I press the same link, tinymce attaches to textareas one more time, but this time with correct outer editor borders (1px border, o2k7 skin). Is this my css problem or what, could my css file override TinyMCE declarations? P.S. this bug occurs only in Firefox, Opera and IE (wow big_smile) such problem does not exist.

Last edited by thunder-ltu (2008-01-11 17:22:54)

22

Re: TinyMCE 3.0rc1 Released

Thanks for the feedback but it would be nice if you could send us an URL or example page where these issues occurs so we can reproduce them.

Best regards,
Spocke - Main developer of TinyMCE

23

Re: TinyMCE 3.0rc1 Released

Hi again,

Warning! 2.x TinyMCE users. Change your tinyMCE.init() directive theme_advanced_path_location : 'bottom' to theme_advanced_statusbar_location : 'bottom' if you migrate from 2.x to 3.x tinyMCE and use it's status bar and/or resize bar.

24

Re: TinyMCE 3.0rc1 Released

Hello.

Seems like there is a tiny problem with getting languages on:
http://services.moxiecode.com/i18n/

It simply doesn't react on checkboxes settings - but instead sends all languages, even though you perhaps only need one or two.

Just FYI...

25

Re: TinyMCE 3.0rc1 Released

spocke,

how about users, that use tinyMCE file+image managers 1.6 version, where is no tinyMCE 3.x support?