Closed
Bug 276611
Opened 20 years ago
Closed 18 years ago
themarker.com - Contents of responses to articles are not displayed at www.themarker.com
Categories
(Tech Evangelism Graveyard :: Hebrew, defect)
Tech Evangelism Graveyard
Hebrew
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nivtwig, Unassigned)
References
()
Details
(Whiteboard: [havefix])
Go to the Hebrew site of www.themarker.com. Click on one of the news headlines or articles that have responses of readers (the responses are below the article when you enter the article page). Click on one of the responses. The subject and sender of the response are shown, but the contents is always shown as empty by firefox/Mozilla although it is not empty and can be seen with IE The English site of TheMarker does not suppport responses to articles, therefore the bug can be seen only in the Hebrew site.
Comment 1•20 years ago
|
||
<iframe id="contentFrame" ...></iframe>
<script>
var msg_id = "349752";
slug = "/ibo/repositories/stories/m1_2000/nc20041231_01.xml";
var url = "/tmc/news/msgContent.jhtml?msg_id="+msg_id+"&slug="+slug;
contentFrame.location = url;
</script>
"contentFrame.location = url" is the problem - they need to lookup the
element using getElementById, for example:
document.getElementById('contentFrame').src = url;Assignee: general → hebrew
Status: UNCONFIRMED → NEW
Component: General → Hebrew
Ever confirmed: true
OS: Windows XP → All
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → hebrew
Hardware: PC → All
Summary: Contents of responses to articles are not displayed at www.themarker.com → themarker.com - Contents of responses to articles are not displayed at www.themarker.com
Whiteboard: [havefix]
Version: Trunk → unspecified
The site was fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•