Bug: Color in verbatim area doesn't get rendered
When I try to use colorcodes in a verbatim area, it gets rendered correctly in the preview. However, in the final version I see the raw variable names instead of the color.
Test case
Create a topic, add a verbatim section with color tags . Watch the preview, then press 'Save' to see the resulting page.
Environment
--
BjoernStierand - 18 Nov 2003
Follow up
This is spec. Verbatim means litterally. Please use <pre> tags if you want to use
HTML tags.
--
PeterThoeny - 19 Nov 2003
This would still be a bug if Preview is showing something different to the final view after save. To test this here's a test case:
Without Verbatim:
Red outside verbatim
With Verbatim:
<font color="red">Red inside verbatim</font>
I see the after preview and save - so I agree, I don't think there is a bug. There might have been a bug in
TWikiRelease01Feb2003, but not in the current
TWikiAlphaRelease.
--
JohnTalintyre - 18 Nov 2003
My apologies, in my hurry I did not read the bug description carefully enough and missed the preview and view difference. As John mentioned, it does not happen with the latest release.
--
PeterThoeny - 19 Nov 2003
Fix record