Bug 80770 - [formatting] Improper spacing on HTML tags
Summary: [formatting] Improper spacing on HTML tags
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 RC4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-12 03:40 EST by Gerald B. Rosenberg CLA
Modified: 2007-06-22 12:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.