Bug 80770

Summary: [formatting] Improper spacing on HTML tags
Product: [Eclipse Project] JDT Reporter: Gerald B. Rosenberg <gbr>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.3 RC4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Gerald B. Rosenberg CLA 2004-12-12 03:40:00 EST
The comment formatter improperly puts a space before (most?) HTML tags.  For
example, 

"An <u>undelined</u> word" is reformatted to "An <u>underlined </u> word".  

The result is improper -- the trailing space before the "</u>" is underlined. 
This is a problem even for common codes; for example,

"Parti<b>ally bo</b>ld" is reformatted to "Parti <b>ally bo </b>ld".
Comment 1 Olivier Thomann CLA 2004-12-12 21:00:15 EST
Move to JDT/Text
Comment 2 Dani Megert CLA 2004-12-13 03:57:26 EST
Most likely related to bug 49686.
Comment 3 Dani Megert CLA 2005-10-10 12:42:33 EDT
Ownership changed.
Comment 4 Olivier Thomann CLA 2007-06-21 11:30:53 EDT
Closing as WORKSFORME as this seems to be fixed in 3.3RC4.