Issue Details (XML | Word | Printable)

Key: SUNFORUMS-18
Type: Improvement Improvement
Status: Closed Closed
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

Minor formatting bug

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

Time Tracking:
Not Specified

Environment:
all_forums
user_experience

Tags:


 Description  « Hide
Formerly Bugster #6799306.

http://forums.sun.com/thread.jspa?threadID=5363238

test.test(true, "true", true);
test.test(true, "true", "true");
test.test("true", true, "true");
test(true );
test(true , true , true)

Yup. It's the trailing comma that causes the difference.

      • (#1 of 1): 2009-01-29 23:54:23 GMT+00:00 lskrocki
      • Last Edit: 2009-01-29 23:54:23 GMT+00:00 lskrocki
        Public Comments

Comments

Evaluation

Suggested Fix

Work Around

Justification

Priority changed from [] to [3-Medium]
P3
lskrocki 2009-01-29 23:54:23 GMT



 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:17 PM
QA:

Post a message like this in any forum.

test (true, true, false);

Success: Message renders with all "true" and "false" properly highlighted.

Failure: Message only highlights the last "false" after the "last comma".