[ 
http://jira.xwiki.org/jira/browse/XWIKI-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_22212
 ] 

Christoph Dittmann commented on XWIKI-1997:
-------------------------------------------

Hi all,

we got a pretty similary behavoir here in our new XWiki. During the switch 
between WYSIWYG editor and xwiki editor the content
of code macros gets scrambled. For example: 

{code}
SELECT * 
   FROM test_table;
{code}

gets messed up by changing the view into:

{code}
SELECT *
  FROM test_table;
{code}

Thanks in advance for your help.

Christoph

> code-macro character trashing in WYSIWYG editor
> -----------------------------------------------
>
>                 Key: XWIKI-1997
>                 URL: http://jira.xwiki.org/jira/browse/XWIKI-1997
>             Project: XWiki Platform
>          Issue Type: Bug
>          Components: Editor - WYSIWYG
>    Affects Versions: 1.1.2
>            Reporter: Thomas Pasch
>
> Hi all,
> I have a problem with the WYSIWYG-editor of 1.1.2 and the code-macro:
> If I use WYSIWYG-editor and add code-macro with e.g. a *-character in
> it, the WYSIWYG-editor displays it correctly. But if I save the page,
> the *-caracter is transformed and the result does not look very nice   :-( 
> A similar behavior is the following:
> If I enter in the WIKI-mode:
> {code:type=java}
> **
> {code}
> And switch to WYSIWYG and back, the code looks like:
> {code:type=java}
> **
> {code}
> Displaying this page leads to the same result as discriped above.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to