26

Re: TinyMCE 3.0rc1 Released

The first one was fixes a few releases back so upgrade to TinyMCE 3.0rc1 and the problem is solved.
I could not reproduce the second problem. If I check in two language packs in both FF and IE all I get is those language packs in a zip file.

Best regards,
Spocke - Main developer of TinyMCE

27

Re: TinyMCE 3.0rc1 Released

Funny... Seems like it only occurs when one has selected danish (da).

If selecting english or german, it works fine though.

28

Re: TinyMCE 3.0rc1 Released

IM/FM 1.6 uses should upgrade to the 3.0.5 release is they use TinyMCE 3.x since the combination is much better with it's insertimage/insertfile support. But the old IM/FM products should work just fine with TinyMCE 3.0 if you use the file_browser_callback integration method and load the mcimagemanager.js and mcfilemanager.js directly.

Best regards,
Spocke - Main developer of TinyMCE

29

Re: TinyMCE 3.0rc1 Released

Another bug in TinyMCE 3.0 rc1 (Table plugin): open table creation window (without inline popup plugin), go to "Advanced" tab, choose "Border color" or "Background color", then in new window choose color and press "Apply". Table creation window (popup) looses it's focus. It's very anoying.

30

Re: TinyMCE 3.0rc1 Released

P.S. feature required, to be able for everyone to define indendation outdentation width in pixels. I saw, that in tiny_mce.js this is defined 30px. But I personally require this value to be able to change on tinyMCE.init() initialization with other settings. This is important for everyone, because every project that uses tinyMCE may require different indendation values everytime.

31

Re: TinyMCE 3.0rc1 Released

Another tinymce bug with internationalization. I've translated tinyMCE to Lithuanian, this language has such characters as Š, ?, ?. In every project I use UTF-8 charset. While testing translations in Firefox and Opera everything worked fine... Until I tested in IE. These translation characters where messed up. So into every tinyMCE plugins, themes *.html file <head> part I've added <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />.

P.S.: every translation file *.js uses UTF-8 without BOM record smile.

32

Re: TinyMCE 3.0rc1 Released

One more bug again.

In Firefox (not tested with other browsers), lets say you create an anchor. Try to save the content. Put saved content to textarea, that is replaced with TinyMCE editor, try to drag for example that anchor image in content - you get two the same anchors visually and in HTML. The same problem occurs with media plugin.

33

Re: TinyMCE 3.0rc1 Released

thunder-ltu: Use the translation services at our site. Then everything will get encoded correctly also please report any bugs using the SF bug tracker very hard to handle bugs in a forum. Thanks.

Best regards,
Spocke - Main developer of TinyMCE

34

Re: TinyMCE 3.0rc1 Released

BUG!
http://wiki.moxiecode.com/examples/tiny … ple_07.php
When "I click Add/Remove editor", then remove then Add - I see editor, click on text, then backspace..... Not working backspace and delete sad

Last edited by sprite (2008-01-16 17:27:45)

35

Re: TinyMCE 3.0rc1 Released

Hmm, very strange. File a bug report at SF so I remember to look at it. You can type contents just backspace/delete that doesn't work.

Best regards,
Spocke - Main developer of TinyMCE

36

Re: TinyMCE 3.0rc1 Released

Hi again spocke,

Thankx for resolving the iframe problem.
I found another bug: The css's aren't being apllied in the templates plugin.

Best regards,
andreus

Last edited by andreus (2008-01-17 13:34:23)

37

Re: TinyMCE 3.0rc1 Released

Another thing i would like to ask you.
Could you create a pre-defined list (like the links, images, etc) in the abbr, acronym buttons?

Best regards,
andreus

Last edited by andreus (2008-01-17 13:39:00)

38

Re: TinyMCE 3.0rc1 Released

The CSS bug is now fixed. Don't quite understand the list thing, could you please tell me more?

Best regards,
Spocke - Main developer of TinyMCE

39

Re: TinyMCE 3.0rc1 Released

In the image popup you have a "image list" (i think it works only with the advimage plugin).

The idea is use the same principle in the abbr and acronym popups.
A external js that have the list of acronym's, and a external js that have the list of abbr's.

Example:

var tinyMCEAcronymList = new Array(
    // Acronym, Title
    ["W3C", "World Wide Web Consortium"],
    ["XHTML", "eXtensible Markup Language"]
);

Best regards,
andreus

40

Re: TinyMCE 3.0rc1 Released

Send in a feature request.

Best regards,
Spocke - Main developer of TinyMCE

41

Re: TinyMCE 3.0rc1 Released

I'm using 3.0rc1 in the IE6. When using the context menu in the editor, the icons (for cut, paste, ...) are near the center. So I can't see the whole text. In Firefox the icons are on the left side.

42

Re: TinyMCE 3.0rc1 Released

Sounds like a CSS conflict. Works for me in IE.

Best regards,
Spocke - Main developer of TinyMCE

43

Re: TinyMCE 3.0rc1 Released

Thanks for tip. It was a conflict with the css of the page.

44

Re: TinyMCE 3.0rc1 Released

Hi spocke thankx again.

The abbr/acronym list feature request is now in the request tracker.

Just one question: How can i download the latest version (conplete), revision 548 from the SVN? Do i have to download the files revision by revision??

Best regards,
andreus

Last edited by andreus (2008-01-18 13:35:27)

45

Re: TinyMCE 3.0rc1 Released

Install SVN and use that command to checkout the trunk. Instructions can be found at source forge.

Best regards,
Spocke - Main developer of TinyMCE

46

Re: TinyMCE 3.0rc1 Released

Ok spocke,

Just to see if i can wait for the next version, could you awnser this question:
When are you predicting the release of v3 rc2?

Best regards,
andreus

47

Re: TinyMCE 3.0rc1 Released

Already out. smile

Best regards,
Spocke - Main developer of TinyMCE

48

Re: TinyMCE 3.0rc1 Released

Hi, i'm trying TinyMCE 3.0RC2 combined with the new php gzip compressor 2.0 RC1 and the following is the configuration i'm currently using

<script type="text/javascript" src="./include/tiny/tiny_mce_gzip.js"></script>
<script type="text/javascript">
tinyMCE_GZ.init({
    plugins : "pagebreak",
    pagebreak_separator : "<!--page-->",
    theme : "advanced",
    language : 'en'
});
</script>
<script type="text/javascript">
tinyMCE.init({
    plugins : "pagebreak",
    pagebreak_separator : "<!--page-->",
    theme : "advanced",
    language : 'en',
    mode : "textareas",
    editor_selector : "tiny",
    theme_advanced_resizing : true,
    theme_advanced_resize_horizontal : false,
    theme_advanced_toolbar_location : "top",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_blockformats : "p,div,h1,h2,h3,h4,h5,h6,blockquote,dt,dd,samp",   
    theme_advanced_toolbar_align : "left",
    theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,styleselect,formatselect,|,bullist,numlist,|,outdent,indent,|,forecolor,backcolor",
    theme_advanced_buttons2 : "undo,redo,|,link,unlink,anchor,image,cleanup,code,hr,removeformat,visualaid,|,sub,sup,|,charmap,pagebreak",
    theme_advanced_buttons3 : "",
    force_p_newlines : false,
    inline_styles : true,
    content_css : "./include/tiny/stile.css",
    relative_urls : false,
    accessibility_focus : false,
    disk_cache : false,
    debug : false
});
</script>

the only thing that don't work is the resizing ... does anybody knows why?

if i switch off the gzip compressor everything works fine so i think it's a misconfiguration

49

Re: TinyMCE 3.0rc1 Released

Try this one instead:
tinyMCE_GZ.init({
    plugins : "pagebreak",
    themes : "advanced",
    languages : 'en'
});

Best regards,
Spocke - Main developer of TinyMCE

50

Re: TinyMCE 3.0rc1 Released

Great smile sorry for the dummy qeustion but i've found some problems on configuring the new compressor init and didn't find some docs on it

Thank you!