WYSIWYG composer height not considered?

Hello,

I am setting up RT 3.8.7 on CentOS 5.4. It works correctly so far. There seems to be a small problem : if I enable the FCKeditor,
and if I change the “WYSIWYG composer height” in some user preferences, this customized height does not seem to be taken into
account; I have to change the value in RT_SiteConfig.pm to change the editor height : does anybody have a hint or a fix about that ?

Best regards

Robert GRASSO – System engineer

CEDRAT S.A.
15 Chemin de Malacher - Inovallée - 38246 MEYLAN cedex - FRANCE
Phone: +33 (0)4 76 90 50 45 - Fax: +33 (0)4 56 38 08 30
mailto:robert.grasso@cedrat.com - http://www.cedrat.com

I am setting up RT 3.8.7 on CentOS 5.4. It works correctly so far. There seems to be a small problem : if I enable the FCKeditor,
and if I change the “WYSIWYG composer height” in some user preferences, this customized height does not seem to be taken into
account; I have to change the value in RT_SiteConfig.pm to change the editor height : does anybody have a hint or a fix about that ?

Mmm, that looks like a mistake in the way the Config setting was
fetched. See if the patch in 1184796936893d69a04400b819e0756eeec25d55
fixes it for you.

-kevin

-----Message d’origine-----
De : rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com] De la part
de Kevin Falcone
Envoyé : 30 janvier 2010 03:14
À : rt-users@lists.bestpractical.com
Objet : Re: [rt-users] WYSIWYG composer height not considered ?

I am setting up RT 3.8.7 on CentOS 5.4. It works correctly
so far. There seems to be a small problem : if I enable the FCKeditor,
and if I change the “WYSIWYG composer height” in some user
preferences, this customized height does not seem to be taken into
account; I have to change the value in RT_SiteConfig.pm to
change the editor height : does anybody have a hint or a fix
about that ?

Mmm, that looks like a mistake in the way the Config setting was
fetched. See if the patch in 1184796936893d69a04400b819e0756eeec25d55
fixes it for you.

-kevin

This fixed the issue ! Thank you !

Robert