<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/css/rss.xsl"?><rss version="2.0">
<channel>
<title>Springload - TinyMCE plugin: auto resize</title>
<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize</link>
<description>Comments for love the web blog article TinyMCE plugin: auto resize</description>
	<item>
		<title>Peter Dekkers - Hey...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment891</link>
		<description>Hey everyone.

Springload no longer maintains this plugin. It's now part of the standard TinyMCE distribution and is maintained by the TinyMCE team. Please download it from the official site and send any bug/feature requests to the TinyMCE team directly </description>
		<pubDate>Wed, 04 May 2011 11:53:35 +1200</pubDate>
	</item>
	<item>
		<title>Hian - In IE8 the following...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment534</link>
		<description>In IE8 the following problem occurs with auto_resize plugin in  place and a lot of text:

High lighted text can not be colored or background colored. Bold and italic are fine. It occurs when I need to scroll up towards the editor's menu bar and the high lighted text moves &quot;below&quot; the bottom of the</description>
		<pubDate>Thu, 31 Dec 2009 04:29:22 +1300</pubDate>
	</item>
	<item>
		<title>Chris B - @Jim: 
One issue that I...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment510</link>
		<description>@Jim: 
One issue that I found was that when the window gets really tall, on a small screen (a laptop, etc..) the toolbar is inconveniently far away.  For example if you need to insert an image, you'd place the caret in the text, and then scroll waaaaaay back to the toolbar - not the best configurat</description>
		<pubDate>Wed, 02 Dec 2009 21:36:26 +1300</pubDate>
	</item>
	<item>
		<title>Chris B - @Jon Glick:
If you're...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment509</link>
		<description>@Jon Glick:
If you're initializing TinyMCE in a hidden tab, as an alternative to display:none, you can hide your tabs with:

position: absolute;
left: -10000px;

This will hide your tab content and still allow TinyMCE to calculate the dimentions, etc...</description>
		<pubDate>Wed, 02 Dec 2009 21:33:29 +1300</pubDate>
	</item>
	<item>
		<title>Jim Burrows - Has any thought been...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment504</link>
		<description>Has any thought been given to being able to set a maximum height that it would grow to? I'm editing text that can get really huge, and I love to have the window expand up to a certain point but no further.

JimB.</description>
		<pubDate>Thu, 26 Nov 2009 12:51:20 +1300</pubDate>
	</item>
	<item>
		<title>Clamm - FIxed Safari 4...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment479</link>
		<description>FIxed Safari 4 with:
[...]
          // Register the command so that it can be invoked by using tinyMCE.activeEditor.execCommand('mceExample');
            ed.addCommand('mceAutoResize', function() {
                
                // Variables
                var d = this.getDoc(), b = d.bod</description>
		<pubDate>Mon, 02 Nov 2009 04:44:09 +1300</pubDate>
	</item>
	<item>
		<title>John T - Hi,
Anyone know how to...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment475</link>
		<description>Hi,
Anyone know how to resolve issue where Safari 4 has ridiculously long text area (&gt;2000px)?

I believe it has to do with tinyMCE being instantiated on a text area that is hidden (or within an element which is hidden).

Any help would be appreciated

thanks,
John.</description>
		<pubDate>Tue, 27 Oct 2009 07:39:48 +1300</pubDate>
	</item>
	<item>
		<title>Thomas LundstrÃ¶m - Hi,

Never mind, this...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment471</link>
		<description>Hi,

Never mind, this wasn't due to the autoresize plugin.

Cheers,
Thomas</description>
		<pubDate>Wed, 21 Oct 2009 03:11:45 +1300</pubDate>
	</item>
	<item>
		<title>Thomas LundstrÃ¶m - Hi,

Thanks for a...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment470</link>
		<description>Hi,

Thanks for a useful plugin! I've got one strange problem, though.

I use jQuery's AjaxForm to submit the data in the editor, with tinyMCE.triggerSave to sync the editor's contents down to the actual textarea before submitting. If the user expands the editor area using Safari, the ajax submi</description>
		<pubDate>Wed, 21 Oct 2009 02:43:06 +1300</pubDate>
	</item>
	<item>
		<title>AllFreshTymen - Hey,

First of all, a...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment456</link>
		<description>Hey,

First of all, a very nice and usefull plugin.

I do have a problem though. With my setup of TinyMCE I load the
contents with Ajax, so TinyMCE will not be reloaded or anything.

When I type a lot of content, and the resize plugin does its job
correctly. But when I then load diffrent con</description>
		<pubDate>Thu, 08 Oct 2009 13:13:46 +1300</pubDate>
	</item>
	<item>
		<title>Adil - Hoi homer,

you can...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment450</link>
		<description>Hoi homer,

you can fix the gray spaces issue adding this lines 
var tble = DOM.get(ed.id + '_tbl');
tble.style.height = 'auto';

in ed.addCommand('mceAutoResize',..) function 

Regards,
Adil</description>
		<pubDate>Wed, 23 Sep 2009 22:00:36 +1200</pubDate>
	</item>
	<item>
		<title>Adil - Hi,
I have the same...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment446</link>
		<description>Hi,
I have the same problem of Dave and Florian.

I have an other question, is there same plan to support this plugin in Safari 4?

Many thanx..
Adil</description>
		<pubDate>Fri, 18 Sep 2009 23:16:21 +1200</pubDate>
	</item>
	<item>
		<title>john - Hello,
Great routine,...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment535</link>
		<description>Hello,
Great routine, thank you ! I'd like to have tinymce toolbar top AND bottom with long texts. have anybody an idea how to make such a trick ?</description>
		<pubDate>Fri, 01 Jan 2010 05:26:12 +1300</pubDate>
	</item>
	<item>
		<title>Marty Jones - The autoresize plugin...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment558</link>
		<description>The autoresize plugin doesn't work correctly with IE 6 or IE 8.  It adjusts a small amount but displays scrollbars.  Do you have any suggestions on how to fix?</description>
		<pubDate>Tue, 02 Feb 2010 06:06:13 +1300</pubDate>
	</item>
	<item>
		<title>geedee - the autoresizer sets...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment889</link>
		<description>the autoresizer sets overflow-y:hidden to do it's calculations but never resets it to overflow-y:auto. Where/How in my tinyMCE init can I specify a callback after the autoresizer is done?</description>
		<pubDate>Wed, 04 May 2011 08:47:57 +1200</pubDate>
	</item>
	<item>
		<title>Shefik - When content is removed...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment887</link>
		<description>When content is removed from the textarea, it does not autoresize back to the smaller height. It only works for increasing height. Can you also make it to decrease automatically? Thanks.</description>
		<pubDate>Thu, 28 Apr 2011 19:28:29 +1200</pubDate>
	</item>
	<item>
		<title>Shaun - Hello,

sadly, this...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment872</link>
		<description>Hello,

sadly, this plugin somehow deactivates the autofocus on the editor. Does anyone know, how i can get autofocus working again without removing the plugin? :)

Thanks!</description>
		<pubDate>Thu, 24 Mar 2011 02:46:10 +1300</pubDate>
	</item>
	<item>
		<title>Pino - Good day to everyone!
I...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment870</link>
		<description>Good day to everyone!
I need someone to help me to create a plugin for tinyMce to upload and/or select images. It is similar to plugin advimage included into tinyMce, but with different fields.
What I would need is exactly according to this image: http://img534.imageshack.us/img534/4006/pluginv.jp</description>
		<pubDate>Thu, 17 Mar 2011 05:04:31 +1300</pubDate>
	</item>
	<item>
		<title>Sacha - Thanks a ton for this...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment844</link>
		<description>Thanks a ton for this plug-in! I didn't try the official TinyMCE autoresize thing, so I can't tell if there's a difference but this worked great.</description>
		<pubDate>Sun, 06 Mar 2011 18:11:18 +1300</pubDate>
	</item>
	<item>
		<title>Kevin Turner - What's the current...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment819</link>
		<description>What's the current status of this plugin?  TinyMCE ships with an &quot;autoresize&quot; plugin, that shares a lot of code with what's in autoresize-1.2.zip here, but things like the iframe onload handler aren't in TinyMCE repository.

So is autoresize-1.2 newer?  To deploy, do I replace my existing tiny_mce</description>
		<pubDate>Thu, 20 Jan 2011 12:15:21 +1300</pubDate>
	</item>
	<item>
		<title>Don - Typing was pretty slow...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment757</link>
		<description>Typing was pretty slow with the autoresize enabled. I commented-out the onKeyUp event, and it's much faster now. 

I'm not sure why onKeyUp was necessary since it still resizes as I'm typing (probably from the onChange event).

Other than that, this plugin is outstanding. Thank you!</description>
		<pubDate>Tue, 31 Aug 2010 08:55:39 +1200</pubDate>
	</item>
	<item>
		<title>Marco Avellaneda - Para mi este plugin...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment710</link>
		<description>Para mi este plugin simplemente nunca funciono en ningun explorador, elimine otros plugins, elimine otros parametros del inicio, carge el editor visible desde el principio y nunca funciono (solo desaparecia la barra de desplazamiento, eso es todo, no puedo creer que nadie tenga el mismo problema que</description>
		<pubDate>Mon, 28 Jun 2010 14:56:03 +1200</pubDate>
	</item>
	<item>
		<title>chris - In firefox it seems to...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment706</link>
		<description>In firefox it seems to not resize and remove my scrollbar :(</description>
		<pubDate>Sat, 26 Jun 2010 21:09:15 +1200</pubDate>
	</item>
	<item>
		<title>Messia - to fix a bug in the...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment651</link>
		<description>to fix a bug in the browser CHROME, replace 


// Get height differently depending on the browser used
                (tinymce.isIE) ? myHeight = b.scrollHeight : myHeight = de.offsetHeight;
                
	         
// Don't make it smaller than the minimum height



// Get height dif</description>
		<pubDate>Mon, 19 Apr 2010 19:32:56 +1200</pubDate>
	</item>
	<item>
		<title>Jaume - Hi!! I'm developing an...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment570</link>
		<description>Hi!! I'm developing an app and I'm using tynimce too, I also have the scrolling problem so I tried to use your plugin but its not working.

I'm pretty new to tinymce so I don't know if its not working because I'm not using a browser or if its because I have a wrong config or something else :S.

</description>
		<pubDate>Wed, 17 Feb 2010 00:22:04 +1300</pubDate>
	</item>
	<item>
		<title>Florian - Hi all,
I have the same...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment444</link>
		<description>Hi all,
I have the same problem/wish as Dave F.:
My textareas have to show only 1 textline und no grey paddings if they are empty.
Is there any possibility to do configure this with autoresize??
Thanks in advance und greetings from Germany!
Florian</description>
		<pubDate>Tue, 15 Sep 2009 00:36:38 +1200</pubDate>
	</item>
	<item>
		<title>Dave F - Hello all..  I really...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment424</link>
		<description>Hello all..  I really like the autoresize but how do I make it not show gray borders on top and bottom if there is less than 3 lines of text?  I really need to be able to have it clear white with only 1 line of text.

http://screencast.com/t/SuRAReGherU

great addition, thanks again :)

D.</description>
		<pubDate>Thu, 20 Aug 2009 11:09:59 +1200</pubDate>
	</item>
	<item>
		<title>Dominique - Works well after...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment423</link>
		<description>Works well after updating tinyMCE sorry about that,

thanks again.</description>
		<pubDate>Tue, 18 Aug 2009 16:30:45 +1200</pubDate>
	</item>
	<item>
		<title>Prekshu Ajmera - Hey.. This is really...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment374</link>
		<description>Hey.. This is really cool. It solved most of my problems with the auto resize feature in TinyMCE. Earlier I was using the mehod given on TinyMCE wiki.

I also use TinyMCE in read-only mode. So, on slower connections many a times I face a problem that complete content in the editor is not visible. </description>
		<pubDate>Thu, 28 May 2009 12:49:58 +1200</pubDate>
	</item>
	<item>
		<title>John - Peter, if I delete the...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment372</link>
		<description>Peter, if I delete the semi-colon (;) in line 107 letting

                // Resize
                this.execCommand('mceAutoResize')
                // Disable throbber

it functions. Don't ask me why, I don't know. I just compared the 1.1 and 1.2. Can you confirm ?
Best regards.</description>
		<pubDate>Tue, 26 May 2009 09:24:59 +1200</pubDate>
	</item>
	<item>
		<title>John - I tried any tests at...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment371</link>
		<description>I tried any tests at office. With 1.1 no prob. With 1.2, ok under IEx7, FF3. But under Google Chrome there are everytime many blank lines (really too much) at the end of the text. It doesn't occur with 1.1. Hope it can help.</description>
		<pubDate>Mon, 25 May 2009 22:00:44 +1200</pubDate>
	</item>
	<item>
		<title>John - everytime but under...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment370</link>
		<description>everytime but under Chrome/google. I will test more but I have to leave now</description>
		<pubDate>Mon, 25 May 2009 17:53:14 +1200</pubDate>
	</item>
	<item>
		<title>Peter Dekkers - Ah, thanks John. Does...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment369</link>
		<description>Ah, thanks John. Does that occur every time the page/plugin loads or only sometimes?</description>
		<pubDate>Mon, 25 May 2009 17:38:49 +1200</pubDate>
	</item>
	<item>
		<title>John - ...1.2 makes a problem:...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment368</link>
		<description>...1.2 makes a problem: there are many blank lines below the text, what didn't occur with 1.1</description>
		<pubDate>Mon, 25 May 2009 17:35:36 +1200</pubDate>
	</item>
	<item>
		<title>Peter Dekkers - Two releases in one day....</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment367</link>
		<description>Two releases in one day. We identified a few smaller problems and have remedied them in version 1.2:

autoresize v1.2 (4KB)

From the change log:

&quot;Changed hiding all scrollbars to just hiding the vertical one, so you can still have a horizontal </description>
		<pubDate>Mon, 25 May 2009 17:19:43 +1200</pubDate>
	</item>
	<item>
		<title>John - Great ! Thank you for...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment366</link>
		<description>Great ! Thank you for the fast release ! John</description>
		<pubDate>Mon, 25 May 2009 17:17:14 +1200</pubDate>
	</item>
	<item>
		<title>Peter Dekkers - Hi John,

We've fixed...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment365</link>
		<description>Hi John,

We've fixed the bug: autoresize v1.1&amp;nbsp;(4KB)

Mind that it can still occur that the content editor resizes incorrectly when it first loads, but these cases should be limited to those where the connection that the TinyMCE loads over is </description>
		<pubDate>Mon, 25 May 2009 15:13:30 +1200</pubDate>
	</item>
	<item>
		<title>Peter Dekkers - Hi John,

We're...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment364</link>
		<description>Hi John,

We're working on a fix still, I hope to have it out by the end of the week.

The bug occurs when loading TinyMCE over a slower connection, as when the editor's CSS loads, the content area resizes. We're looking at adding a listener to the CSS onload event.

Peter</description>
		<pubDate>Mon, 25 May 2009 09:28:03 +1200</pubDate>
	</item>
	<item>
		<title>John - Thank you very much in...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment363</link>
		<description>Thank you very much in giving us this useful plugin! For the moment I didn't meet the described bug. Do you know when it will be fix ?
John</description>
		<pubDate>Sun, 24 May 2009 06:18:18 +1200</pubDate>
	</item>
	<item>
		<title>Prekshu Ajmera - Hey.. I am having...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment376</link>
		<description>Hey.. I am having problems with IE6.

The following fix that you have provided in version 1.2 doesn't seem to work for me in IE6 :( 

&quot;Also added an onload handler to the iframe, so that the area resizes after all of the iframe's content has loaded.&quot;

Images in the readonly editor are not full</description>
		<pubDate>Thu, 28 May 2009 22:54:03 +1200</pubDate>
	</item>
	<item>
		<title>homer - This is great.  One...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment377</link>
		<description>This is great.  One thing I noticed is that if I make my text area only 1 row high I get some extra &quot;grey space&quot; below the toolbar.

See the following (I have outlines the area with a red box - as seen in FF2): http://screencast.com/t/FgMeTdjW

Is there any way to get rid of the area?  The grey </description>
		<pubDate>Fri, 29 May 2009 07:19:53 +1200</pubDate>
	</item>
	<item>
		<title>Dominique - Hi everyone and thank...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment422</link>
		<description>Hi everyone and thank you for sharing your work with us,

For me this plugin in Firefox has a few bugs and I don't know how to 
deal with that, so if someone can help me ?

The editor is growing as soon as I press any key and it never shrink !

I am using tinyMCE 3.1.0.1 and here is a part of</description>
		<pubDate>Tue, 18 Aug 2009 14:30:04 +1200</pubDate>
	</item>
	<item>
		<title>Peter Dekkers - Hi Juan,

You're using...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment419</link>
		<description>Hi Juan,

You're using two resize methods on top of each other there. The only line you need is:

plugins : &quot;autoresize&quot;, 

And you need to delete these two:

theme_advanced_resizing : true,
auto_resize : true //not working

Then it should work! For example, here's my setup:

          </description>
		<pubDate>Mon, 03 Aug 2009 12:43:23 +1200</pubDate>
	</item>
	<item>
		<title>Juan - Hi, 

I can't get it...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment418</link>
		<description>Hi, 

I can't get it working, can someone help?

Here is my code:

tinyMCE.init({ 
       
     

         theme : &quot;advanced&quot;,
       mode : &quot;textareas&quot;,
       editor_selector : &quot;TextArea1&quot;,
       //height:&quot;200&quot;,
       //width:&quot;100%&quot;,
       plugins : &quot;autoresize&quot;, 

       //the</description>
		<pubDate>Sun, 02 Aug 2009 06:32:48 +1200</pubDate>
	</item>
	<item>
		<title>John - Hello Peter,
The Google...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment411</link>
		<description>Hello Peter,
The Google Chrome bug that I described above has not been corrected in the plugin bundled with tinymce 3.2.. Please consider what I wrote about this bug:

[quoted]
if I delete the semi-colon (;) in line 107 letting

// Resize
this.execCommand('mceAutoResize')
// Disable throbber</description>
		<pubDate>Mon, 13 Jul 2009 02:16:35 +1200</pubDate>
	</item>
	<item>
		<title>CT - I'm not sure if this is...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment410</link>
		<description>I'm not sure if this is the right place to post this, but there seems to be a problem with Safari 4 and the autoresize plugin. I am using the bundled version of the plugin. The problem is that the editor grows according to the content, but doesn't shrink when content is deleted. Any ideas?</description>
		<pubDate>Thu, 09 Jul 2009 12:05:38 +1200</pubDate>
	</item>
	<item>
		<title>Dale Larsen - I found another small...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment404</link>
		<description>I found another small bug in Firefox. It does not resize to compensate for elements that are positioned absolute. I have a plugin which adds images but the images are positioned absolute so you can drag them around. When adding an image that is positioned absolute the content area does not resize fo</description>
		<pubDate>Tue, 07 Jul 2009 11:04:11 +1200</pubDate>
	</item>
	<item>
		<title>Peter Dekkers - Hi Jon,

Haven't had a...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment395</link>
		<description>Hi Jon,

Haven't had a chance to properly debug this either, but I do know that the main TinyMCE development team have a few changes for the plugin. There's a marginal chance that they will solve the problem.

Will report when I've had a chance to have a proper look.

Cheers,
Peter</description>
		<pubDate>Wed, 24 Jun 2009 10:25:43 +1200</pubDate>
	</item>
	<item>
		<title>Jon Glick - I haven't had a chance...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment394</link>
		<description>I haven't had a chance to look into it yet, but does anyone know why Safari 4 makes the TinyMCE height really tall?</description>
		<pubDate>Wed, 24 Jun 2009 03:27:56 +1200</pubDate>
	</item>
	<item>
		<title>Andy - Little known fact: The...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment389</link>
		<description>Little known fact: The mime in the article pictures are actually Peter.</description>
		<pubDate>Tue, 16 Jun 2009 11:00:55 +1200</pubDate>
	</item>
	<item>
		<title>Jon Glick - Hey,

This plugin is...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment381</link>
		<description>Hey,

This plugin is great and works really well.  I have a situation where tinyMCE initializes in a hidden div and I'm having trouble getting it to resize correctly once shown.  I've been using: tinyMCE.get().execCommand('mceAutoResize'); to trigger the resize once the div is shown, but sometimes</description>
		<pubDate>Thu, 04 Jun 2009 12:22:24 +1200</pubDate>
	</item>
	<item>
		<title>Peter Dekkers - Thanks everybody for the...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment378</link>
		<description>Thanks everybody for the valuable feedback. We'll try and look into these issues. This plugin will also be part of the official TinyMCE distribution as of its next release.

We'll keep you updated.

Cheers,
Peter</description>
		<pubDate>Fri, 29 May 2009 10:06:00 +1200</pubDate>
	</item>
	<item>
		<title>Peter Dekkers - It seems we have...</title>
		<link>http://www.springload.co.nz/love-the-web/tinymce-plugin-release-auto-resize#comment354</link>
		<description>It seems we have uncovered a small bug! Every now and then the editor will become really long on load, way too long. Once you click into it and type, it will resize correctly, but the initial size on page load is off sometimes.

Will post back when there's a fix!</description>
		<pubDate>Fri, 08 May 2009 09:39:13 +1200</pubDate>
	</item>
</channel>
</rss>

