Page 1 of 1

News and WYSIWYG

Posted: Mon May 07, 2007 1:08 pm
by jce76350
Hi,

In the last Svn rev 3910 and news rev 166
Using French language

1- On Content » News
If I enter a text or modify an old text I have a problem :
- the text is not corect but, it is a melting html and code
For example
original Text =
"Le choix a été très logique et très facile à effectuer. Nous avons pour ce faire suivi chacun des critères énoncés en début de dossier, et ainsi attribué des notes allant de 0 à 10 à chaque navigateur." ... La suite sur net-actuality.org

and afterSubmit the text became
"Le choix a été très logique et très facile à effectuer. Nous avons pour ce faire suivi chacun des critères énoncés en début de dossier, et ainsi attribué des notes allant de 0 à 10 à chaque navigateur." ... La suite sur net-actuality.org

I do test on FCK or Tiny same result.


2- If I update Tiny  by the button "Update"
The text :  (Settings was saved) is Ajustements sauvegardés
In the fr.FR.php $lang['settingssaved'] = 'Ajustements sauvegardés';

3- Into FCKeditorX
if I update the tab "Toolbar"
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;

Became

FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;


I am on Win XP2 FR using Apache 1.33 + Php 4.1  +mysql 4.19 on local
I do test also on a web server
Apache/ProXad [Jul 17 2006 17:19:22] - PHP Version 4.4.3-dev
same problem.

Re: News and WYSIWYG

Posted: Tue May 15, 2007 7:49 pm
by Milhaus
The first problem seems easiest for me. You must change settings of the editor. In FCK, go to fckconfig.js and find option IncludeLatinEntities. Set it to flase and try if it is better.
In TinyMse, try to find call of editor (causes me problems all the time) and add or modify option entity_encoding to value raw.

Second problem is caused by Translation center of CMSMS. I informed developers about this problem, but it seems like more complex, than I thought :-( However I suggest one-time convert of all entities to respective characters by editor, which has such a feature. I personally use czech editor PSpad for this purpose.

Your third problem seems very strange to me. I never experienced that, so I can't help here.

Hope that helps a bit,

Milhaus

Re: News and WYSIWYG

Posted: Tue May 15, 2007 8:28 pm
by alby
jce76350 wrote: In the last Svn rev 3910 and news rev 166
.....................
There was a problem with an entity for news and search.
Current svn work well.

Alby