51

Re: TinyMCE 3.0.8 Released

Hi Spocke...

nice to see the newest Version of TinyMCE. I have read before you release the v 3.0.9 in a short time, so i will wait to update my Extension for TYPO3.

Maybe you remember, i have mailed you a problem with TinyMCE in IE if you are using inlinepopups:

If you close the inlinepopup, IE ask to close the window it opens the inlinepopup (the mainwindow). This "feature" is only in IE ;-)

Regards

Thomas

P.S.: Many user told me, the work with TYPO3 and tinyRTE (which contains TinyMCE) is much easyer...

52

Re: TinyMCE 3.0.8 Released

Never seen that before. Maybe it's some form of implementation issue or does it also occur on our online examples?

Best regards,
Spocke - Main developer of TinyMCE

53

Re: TinyMCE 3.0.8 Released

RichardDavies wrote:

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?

yes, i want this init setting, too! i use the editor within one of the biggest online communities in austria ( http://www.sms.at ), and updating the editor without js-file versioning makes troubles for our users...

tom2all.

54

Re: TinyMCE 3.0.8 Released

i've found a very bad bug:

if you use media plugin and want to edit a prefilled textarea with tinymce 3.0.8, the media plugin cutts off any text or other html code after the first hmtl-object! so you can't edit a description text underneath a youtube video object or add a second video etc...

has to be a bug in the media plugin, during initial reading/parsing of textarea content. this bug is reproducable with online examples and with any of my browsers (IE7, firefox 2.0.0.14, opera 9.27, all with winxp)

i've created a bug for you:

http://sourceforge.net/tracker/index.ph … tid=635682

since a lot of our users reported this bug to our customer care, would be great if anyone has a bugfix...

ciao,
tom2all.

55

Re: TinyMCE 3.0.8 Released

tom2all: We recommend using directories instead just install the new version of tinymce in a dir like js/tinymce/3.0.8/tinymce/... then you will get an unique URL for each version much more simple and will work.

Best regards,
Spocke - Main developer of TinyMCE

56

Re: TinyMCE 3.0.8 Released

I've just switched to 3.0.8+SVN from version 2 and got some trouble initializing my filebrowser when called from outside the TINY MCE environment. I'm using the custom filebrowser for some other related link features and got no troubles in version 2. After upgrading I can't figure out how to get the tabs name parameters to show correct - and not like: {#advlink_dlg.general_tab}

Filebrowser call is:

tinyMCE.activeEditor.windowManager.open({file : 'filebrowser.asp?type=menufile&id=' +pageId +', title : 'Filskanner', width : 420, height : 480, resizable : 'yes', inline : 'yes', close_previous : 'yes' }, { window : 'win' });

Regards
Steen

57

Re: TinyMCE 3.0.8 Released

Upgrade your language packs. New files for all languages check the download section.

Best regards,
Spocke - Main developer of TinyMCE

58

Re: TinyMCE 3.0.8 Released

Did that already - no change.

Regards
Steen

59

Re: TinyMCE 3.0.8 Released

Hi Spocke,

Sorry my bad english

Offers on improvement

1. TinyMCE is loaded once
2. Is it Once executed tinyMCE.init(); (This occupies much time)
3. by means of ajax I load and write ??????? In ALREADY EXISTING tinyMCE (no need to do tinyMCE.init(); and spend time for this)

Single question remains
On page miscellaneous which are edited there is different parameters
external_image_list_url
external_file_list_url
content_css
That this changes it is necessary to do again tinyMCE.init(); ?
There is method getParam.
Why no something like setParam?

Thanks

60

Re: TinyMCE 3.0.8 Released

Hi,
Dont know if it is a bug or feature when preformatted : true. If i push the cleanup button or insert text through "Paste as Plain text" the whole content font change to courrier font with no line breaks or paragraphs. But if i look at the source every thing is ok. ???