Formerly Bugster #6801519.
I don't know how to tell what the forums release is. I am using the current release.
Let's use the C++ forum
http://forums.sun.com/forum.jspa?forumID=850
to have a concrete example. Try creating a posting like this:
When you select the "preview" tab, you see
one
two
three
I did not try posting the code to see if the posted code looks like the preview.
-
-
- (#1 of 1): 2009-02-05 01:20:58 GMT+00:00 stephen.clamage
- Last Edit: 2009-02-05 01:20:58 GMT+00:00 stephen.clamage
Public Comments
Comments
Evaluation
Suggested Fix
Work Around
Justification
Priority changed from [] to [3-Medium]
Regression - feature no longer works correctly
stephen.clamage@sun.com 2009-02-05 01:20:58 GMT
-
-
- (#1 of 1): 2009-02-05 01:20:58 GMT+00:00 stephen.clamage
- Last Edit: 2009-02-05 01:20:58 GMT+00:00 stephen.clamage
Post a topic like this in a forum.
one // Note that there are 3 leading blanks intentionally done before the one twoSuccess: Message renders as is with the leading blanks on both lines " one" and "two"
Failure: Message renders without a leading blank on the first line and with the leading 3 blanks on second line.