From: SourceForge.net <no...@so...> - 2010-04-12 13:56:51
|
Bugs item #2985849, was opened at 2010-04-12 19:23 Message generated for change (Comment added) made by aditsu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=2985849&group_id=13153 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Rajorshi Biswas (rajorshi) Assigned to: Adrian Sandor (aditsu) Summary: Spaces are lost between elements Initial Comment: I think this is fairly serious. Please run the attached html through jtidy,jar. You will see that the input HTML: private String parseDescription becomes: privateString parseDescription The space between the span tags is lost. HTML Tidy works fine for this. ---------------------------------------------------------------------- >Comment By: Adrian Sandor (aditsu) Date: 2010-04-12 21:56 Message: Simplified test case: foo<font><span> bar</span></font> ---------------------------------------------------------------------- Comment By: Adrian Sandor (aditsu) Date: 2010-04-12 21:09 Message: Confirmed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=2985849&group_id=13153 |