Closed
Bug 220538
Opened 22 years ago
Closed 15 years ago
sportsseoul.com - shows white page only
Categories
(Tech Evangelism Graveyard :: Korean, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jshin1987, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
The site uses document.all in JS code as following:
function getText(id){
str = document.all(id).innerText;
return str.replace('"','\"')
}
It's easy to fix this. I'll contact the site admin.
Comment 1•21 years ago
|
||
The first problem is on the main site now:
var str_cattitle = HiddenCatTitle.innerHTML;
It should use document.getElementById("HiddenCatTitle").innerHTML
of course the website also would need to split up IE/Gecko here.
Summary: Sportsseoul.com uses document.all → sportsseoul.com - shows white page only
Whiteboard: [bug248549notfixed]
Comment 2•15 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
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
•