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 Version 1

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

Description (last modified by Jun Omae)

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 (1)

comment:1 Changed 10 years ago by Jun Omae

Description: modified (diff)

tracwysiwyg currently doesn't understand 0.12 styled processor in code block.

Note: See TracTickets for help on using tickets.