Hi,
Thanks for this great module.
When not using any WYSIWYG editor, Drupal allows to resize a textarea when its height is too small by dragging down the bottom part of the textarea.
It would be nice that this feature still works when using FCKeditor.
Or at least, to be able to configure the minimum height of the edition area from FCKeditor module's settings interface.

Comments

anrikun’s picture

Title: Edition area rezisable or at least configurable from module settings interface » Edition area resizable or at least configurable from module settings interface
halfiranian’s picture

Have you had any luck with this?

anrikun’s picture

No :-(

Knarf31’s picture

Hi,

i'm a total noob at this but try changing line 595 at fckeditor.module from

$height = intval($element['#rows']) * 14 + 140;

to

$height = intval($element['#rows']) * 14 + 440;

This will change the editor heigth.

Jorrit’s picture

Assigned: Unassigned » Jorrit

I will look at this soon.

anrikun’s picture

Thanks, it would be good to have the option in settings instead of directly modifying code inside the module.

Jorrit’s picture

Status: Active » Closed (won't fix)

This will not make it in a current release. CKeditor (the successor to FCKeditor) will be resizable by default, and we're putting all development effort on that right now.

anrikun’s picture

Yeah you're right. I'm looking forward to trying your release with CKeditor :-)
Thanks for your good work!