Modify ↓
Opened 14 years ago
Last modified 11 years ago
#8693 new defect
Wrong organized processors code due changing from wysiwyg to textarea edit view
Reported by: | joerg04 | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | TracWysiwygPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
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.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
tracwysiwyg currently doesn't understand 0.12 styled processor in code block.