Closed
Bug 223259
Opened 22 years ago
Closed 15 years ago
imbc.com - MBC (Korea : imbc.com) uses document.all
Categories
(Tech Evangelism Graveyard :: Korean, defect)
Tech Evangelism Graveyard
Korean
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: jshin1987, Unassigned)
References
()
Details
One of imported JS files (http://www.imbc.com/common/js/global_function.js)
has the following:
function in_f(e) {
document.all.onair01.style.display = "none";
switch (parseInt(e)) {
case 1 :
document.all.onair01.style.display = "";
break;
}
}
Because of that, the navigation with the menu at the top of the page is impossible.
It's an easy fix, but I guess there are a lot of other problems as well at the site.
Updated•21 years ago
|
Summary: MBC (Korea : imbc.com) uses document.all → imbc.com - MBC (Korea : imbc.com) uses document.all
Comment 1•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
•