Closed
Bug 133293
Opened 23 years ago
Closed 23 years ago
YACCS comments are not working
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 132673
People
(Reporter: ruairif, Assigned: attinasi)
References
()
Details
Attachments
(2 files)
The YACCS comments system (http://rateyourmusic.com/yaccs/) is used by a number
of weblogs. In recent builds, the link that opens the comments window has
stopped appearing. In the example URL above, there should be a "comments?" link
before the "@ date" part at the top right of each entry. This link appears in
Internet Explorer, and has only begun to disappear in builds from roughly the
last two weeks. Occasionally, a reload of the page will restore some of the links.
Tested on build 2002032503 on Win2K
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
If you try the first reduced testcase, IE6 shows a link:
"Comments [6]"
but Mozilla comes up blank. The HTML and JavaScript was extracted
directly from the site. If you try the second reduced testcase,
Mozilla shows the link just fine. The only difference between the
testcases is this: the second one has an extra line:
document.write('<br>');
Therefore this bug is another duplicate of bug 132673
"Last thing in a script created with document.write does not show"
Reassigning to Layout for parity with duplicate bug -
Assignee: rogerl → attinasi
Component: JavaScript Engine → Layout
QA Contact: pschwartau → petersen
Comment 4•23 years ago
|
||
Cormac F, thank you for this report. You will be cc'ed on the other bug.
When that one is fixed, could you re-check this bug? If it works, you
can mark this bug "Verified"; thanks.
(but only after bug 132673 has been marked "Fixed")
*** This bug has been marked as a duplicate of 132673 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•