Issue Details (XML | Word | Printable)

Key: SUNFORUMS-21
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: ramsci-sun-com
Reporter: lexham
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
sunforums

"code" tag drops leading blanks on first line

Created: 30/Apr/09 11:05 AM   Updated: 28/Aug/09 03:14 PM
Component/s: None
Affects Version/s: 7.1.7
Fix Version/s: 7.1.7

Time Tracking:
Not Specified

Environment:
software_forums
user_experience

Tags:


 Description  « Hide
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:

one
     two
     three

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


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
ramsci-sun-com added a comment - 28/Aug/09 03:14 PM
QA:

Post a topic like this in a forum.

one  // Note that there are 3 leading blanks intentionally done before the one
   two

Success: 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.