Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): lannoye xavier / lannoye xavier (lannoye xavier)
Created: 02/24/2015
Components: Core Runtime
Versions: 10.0
Failure Type: Cosmetic Issue
Found In Build/Fixed In Build: Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Linux All
Vote Count: 0
Problem Description:
I wrote a custom tag to output text regarding user's frontend language. I noticed that when I use my tag into a link, the line of the link was a little bigger than the text.
Steps to Reproduce:
please find attached a light version of my custom tag, and an index file to test it.
Actual Result:
<html><head><body>
<h1>test tag</h1>
<a href=""> customtag says: toto </a> <!-- see the white spaces here -->
.
</body></html>
Expected Result:
<html><head><body>
<h1>test tag</h1>
<a href="">customtag says: toto</a> <!-- white spaces are gone -->
.
</body></html>
Any Workarounds:
putting the custom tag content on a single line seems to solve the problem. However this is not very nice.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3944603
External Customer Info:
External Company:
External Customer Name: lannoye
External Customer Email:
External Test Config: My Hardware and Environment details:
issue appears on every configuration: cf server installed onto windws, linux, with apache2...
Attachments:
- February 24, 2015 00:00:00: 1_customtag.zip
Comments: