Opened 13 years ago

Last modified 10 years ago

#8693 new defect

Wrong organized processors code due changing from wysiwyg to textarea edit view — at Initial Version

Reported by: joerg04 Owned by: Jun Omae
Priority: normal Component: TracWysiwygPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

I wrote the following precessor code to view some table head elements:

{{{#!td 
blub
{{{
{{{#!td
blub
}}}
}}}
After changing the view to ''wysiwyg'' and back to ''textarea'' (using the javascript bullet points) I got the following (the whole content lined up):
{{{

{{{#!td  blub }}} {{{#!td blub }}}
}}}
Doing the view change another time brings up the following:
{{{

`#!td  blub ` `#!td blub `
}}}

Unfortunately the output is weired as well. 

Got this error with revisions 10050 and 9387 on both firefox and opera.
}}}

Change History (0)

Note: See TracTickets for help on using tickets.