You are not logged in.
#1 2007-01-09 14:40:04
TinyMCE 2.0.9 Released
New year new version. This release is focused on stability and performance some new options where added but no new plugins or features.
A major bug with IE and the spellchecker was corrected other bugs where mostly minor implementation specific bugs here and there.
Here is the change log:
Added support for fullscreen new window mode since the other method was problematic for some.
Added new hide_selects_on_submit option. Enables the possibility to enable/disable disabling of TinyMCE select elements.
Added new removeInstance callback for plugins and also a new remove_instance_callback option.
Added warning if flash and media plugin is used at the same time. Flash plugin should be replaced with media plugin.
Fixed so that fullscreen can be used even if placed in absolute positioned divs with borders etc.
Fixed so that contextmenu on named anchors doesn't display the link/unlink items.
Fixed so that wrap in source editor dialog works in Opera.
Fixed so that single quotes/' is only applied to text nodes not attributes.
Fixed so that the emotions dialog is a little wider to avoid the FF bug with statusbar content alignment.
Fixed issue where TinyMCE wasn't restoring scroll position after fullscreen mode switch.
Fixed some HTML issues in style plugin dialog. Contributed by Michael Keck.
Fixed bug where color selection menu was visible for instances that got removed.
Fixed bug where it wasn't possible to remove block formatting with format select box.
Fixed bug with xhtmlxtras plugin not working when convert_fonts_to_spans option enabled.
Fixed bug where element path elements wasn't entity encoded properly.
Fixed bug where IE 7 produced a invalid attribute exception for some URLs.
Fixed bug where the fix_table_elements option moved tables out of divs and not just P and H1-6 elements.
Fixed bug where drop menu for spellchecker didn't work in IE.
Fixed bug with noneditable plugin. The classes where removed sometimes.
Fixed bug where media plugin failed if single quotes wasn't entity encoded.
Fixed bug where fullscreen mode switched the way bold/italic/underline works in FF.
Fixed bug where style plugin could modify body element of editor instance.
Fixed bugs and issues with searchreplace plugin.
Fixed bug where windows using inlinepopups where invisible when using fullscreen mode. Contributed by Joshua T. Corbin.
Fixed bug where inlinepopups where settings style values without px suffix. Contributed by Joshua T. Corbin.
Fixed bug where externaltoolbar where causing problems in fullscreen mode. Contributed by Joshua T. Corbin.
Fixed alignment problems of buttons inside the search/replace dialog. Contributed by Dongsu Jang.
Optimized event/callback execution by a factor of 10.
Optimized cleanup engine by factor of 2 on some documents.
Optimized shortcut and key event handling logic.
Best regards,
Spocke - Main developer of TinyMCE
Offline
#2 2007-01-09 16:46:24
- TheRec
- Member
- Registered: 2006-09-24
- Posts: 1
Re: TinyMCE 2.0.9 Released
Great work, thanks a lot !
I wonder if there is any plan on fixing this issue about inline_styles any time soon ?
It's really annoying regarding XHTML strict validation (valide_elements doesn't fix this... it just remove the attribute "align").
Thanks again and keep up the good work.
Last edited by TheRec (2007-01-09 16:46:53)
Offline
#3 2007-01-09 18:45:52
- rcjkierkels
- Member
- Registered: 2005-12-02
- Posts: 47
Re: TinyMCE 2.0.9 Released
Thanks a lot!
I am always looking forward to see new releases ![]()
Offline
#4 2007-01-09 19:58:21
Re: TinyMCE 2.0.9 Released
I wonder if there is any plan on fixing this issue about inline_styles any time soon ?
We have plans for making a XHTML strict plugin instead of adding this to the core since it's getting bigger and bigger.
But you can solve this your self by making a simple cleanup callback function that loops through all elements with incorrect attributes and patch in the align there.
One problem with strict mode is just alignment of images since float is not the same as the align attribute. style="float:left" needs to have a <br style="clear: both" /> after it so it's can't just be replaced. So since it's not the same thing we can't just force it in there. ![]()
Best regards,
Spocke - Main developer of TinyMCE
Offline
#5 2007-01-09 23:48:44
- Felix Riesterer
- Administrator
- From: Germany
- Registered: 2005-12-30
- Posts: 4601
- Website
Re: TinyMCE 2.0.9 Released
GREAT WORK MOXIECODE!!! I'm psyched, really! I just love your work!
Sorry for leaving you guys alone with fixing the modified search&replace plugin which I started, but didn't have the time to bugfix... ![]()
Thank you guys for this new release! You are terrific!
Greetings from Germany,
Felix Riesterer.
Offline
#6 2007-01-09 23:55:45
Re: TinyMCE 2.0.9 Released
Sorry for leaving you guys alone with fixing the modified search&replace plugin which I started, but didn't have the time to bugfix...
No problem, most of the fixes we added to that was for stuff I made wrong in the initial code, that plugin has always been a pain in the ass. But I think it works much better now. ![]()
Thanks Felix for all your contributions to this project.
Best regards,
Spocke - Main developer of TinyMCE
Offline
#7 2007-01-10 00:32:54
- Felix Riesterer
- Administrator
- From: Germany
- Registered: 2005-12-30
- Posts: 4601
- Website
Re: TinyMCE 2.0.9 Released
spocke wrote:
No problem, most of the fixes we added to that was for stuff I made wrong in the initial code, that plugin has always been a pain in the ass. But I think it works much better now.
Yes, definitely! I love it! BTW: I got the idea to combine the dialogue windows of search and replace into one shared dialogue window from my Windows text editor (notepad++) where there is a "switch dialogue" button to do exactly the same thing.
As for the support of regular expressions in the search pattern as well in the replace pattern... I see that you have decided to not add this feature. This decision is well made. Only people with somewhat advanced programming skills would make use of such a feature but not the average user of a CMS. Maybe an advsearchreplace plugin for geeks would then be my task to develop as an addition to the now brand-new and well working searchandreplace plugin. ![]()
spocke wrote:
Thanks Felix for all your contributions to this project.
Oh, you are most welcome. I think it is more than appropriate to contribute to a software which I use so much (I've created a small CMS for our school's website which I also installed on my private webspace for my personal website). Isn't it the very idea of "open source" to use such software freely and contribute individual changes back to the project for the benefit of all? Next to money this is the only possible way of paying you back my share, isn't it?
It is me who thanks you for this great project, both software and comunity!
Greetings from Germany,
Felix Riesterer.
Offline
#8 2007-01-10 23:53:13
- Sarah
- Member
- Registered: 2007-01-10
- Posts: 1
Re: TinyMCE 2.0.9 Released
I love this Editor, thank you very much.
Offline
#9 2007-01-17 07:52:47
- mkoch
- Member
- Registered: 2006-09-08
- Posts: 8
Re: TinyMCE 2.0.9 Released
SVN rev. 168 and thus this release blows up single quoted links on clean-up.
From SVN revision 168 links as <a href='/foo'> is converted to <a href='http://full_host.com/foo'> on clean-up in editor.
It is only links with single quotes that gets wrongly converted. Same link with double quotes is left untouched as supposed. Revision 167 and earlier leaves the single quoted link untouched also.
Tested with all kind of different link options.
So, bottom line, single quoted links get converted wrongly on clean-up.
Offline
#10 2008-02-12 11:34:49
Re: TinyMCE 2.0.9 Released
Thanks for the new release. The addition of a fullscreen mode is excellent, but for some reason in IE7 the height is fixed rather than using the full height of the window? Is this a config error on my part or have I done something else wrong?
Any ideas?
Thanks
Chris
Last edited by chrissp26 (2008-02-12 11:36:13)
Offline
#11 2008-06-16 22:31:03
- jmanico
- Member
- Registered: 2008-06-16
- Posts: 3
Re: TinyMCE 2.0.9 Released
I had similar problems with ie7 and the fullscreen plugin. I do not know why, but all my problems went away in ie7 when I added the safari plugin - even in very complex rich client apps that include jquery, my own custom js as well as tinyMCE.
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "safari,fullscreen",
theme_advanced_buttons1 : "bold,italic,underline,bullist,numlist,separator,forecolor,backcolor,sub,sup,separator,undo,redo,separator,fullscreen",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_resizing : true,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
theme_advanced_statusbar_location : "bottom"
});
Offline
#12 2008-06-16 23:10:07
- Felix Riesterer
- Administrator
- From: Germany
- Registered: 2005-12-30
- Posts: 4601
- Website
Re: TinyMCE 2.0.9 Released
Why do you still refer to an old version of TinyMCE? Meanwhile there is TinyMCE3 as a stable version. Can't you upgrade to this new one instead? I'm sure that many problems with this version got fixed by now...
Greetings from Germany,
Felix Riesterer.
Offline
© 2003-2010