Closed
Bug 529333
Opened 16 years ago
Closed 1 year ago
Randomly added forward slash in a:link
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: anderskusk, Unassigned)
References
()
Details
(Whiteboard: [needs a testcase])
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; da; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Build Identifier: Firefox 3.5.5
Forward slash is randomly added in the end link tag. The forward slash is invisible in the Firefox buildin sourcecode viewer, but can be found in FireBug.
The bug most commonly occur in webpages generated as a calender.
In provided URL the bug can be reconized by different colored links.
Reproducible: Sometimes
Steps to Reproduce:
1. Auto generated links will randomly get an forward slash.
Actual Results:
Forward slash was randomly added.
Expected Results:
The link should not have the forward slash randomly added.
| Reporter | ||
Comment 1•16 years ago
|
||
In Firefox source viewer the bug will not be visible:
<a href="/"/><div id="day"><div class="number"><a href="/">28</a></div><div id="title"/><div id="text"/><div id="category" class="none"/></div>
While FireBug the bug will be visible:
<a href='/'><div id="day" ><div class="number">28</div><div id="title"></div><div id="text"></div><div id="category" class="none"></div></div></a>
This is the exact same code in two diffenret viewers.
Comment 2•16 years ago
|
||
Sorry for the long delay; the testcase is not available currently. Can you attach it here?
Until then I can try guessing, could this be about the same issue as http://stackoverflow.com/questions/2191029/firefox-rendering-gone-wrong-see-something-really-weird/2191443#2191443 ?
Whiteboard: [needs a testcase]
Updated•3 years ago
|
Severity: normal → S3
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•